web/src/views/modules/configItemWarehouse/ConfigItemWarehouse-AddOrUpdate.vue
@@ -78,7 +78,7 @@ v-model="row.files"/> </template> </el-table-column> <el-table-column fixed="right" label="管理" width="80" align="center"> <el-table-column fixed="right" label="管理" width="120" align="center"> <template v-slot="{ row }"> <zt-table-button v-if="row.checkId" @click="openCheckOrderWin(row)">修改检查单 @@ -344,6 +344,7 @@ }) }, openCheckOrderWin(row) { row.projectId = this.dataForm.projectId this.$refs.addOrUpdate.$refs.dialog.init(null, row) }, setCheckId(checkId, row) {