Fixiaobai
2023-09-06 aeff7f33ed7d29756a545fc2d374716c1deec769
src/views/experiment/reportAuditing/index.vue
@@ -88,26 +88,22 @@
                @click="handleClick(scope.row)"
                >查看详细
              </el-button>
            <el-button  type="text" size="small" @click="shenHE(scope)">审核</el-button>
            <el-button  type="text" size="small" v-if="scope.row.status === 0" @click="shenHE(scope)">审核</el-button>
            <el-dialog
              title="原始记录审核"
              :visible.sync="checkskipvisible"
              width="30%"
              >
              <el-form :model="form">
                <el-form-item label="请选择审核结果:" :label-width="formLabelWidth">
                </el-form-item>
              </el-form>
              <div slot="footer" class="dialog-footer">
                <el-button @click="checkskipvisible = false">取 消</el-button>
                <el-button style="background-color: rgb(206, 211, 216);" @click="nocheckskip(scope.row)" >不通过</el-button>
                <el-button type="primary" @click="checkskip(scope.row)">通过</el-button>
              </div>
            </el-dialog>
            </template>
          </el-table-column>
        </el-table>