wente
2023-12-07 ae4c391acc83bfebed7592a1bd9f9d62f6ac5591
web/src/views/modules/testCheckOrder/TestCheckOrder-AddOrUpdate.vue
@@ -40,11 +40,11 @@
                  </template>
                </el-table-column>
                <el-table-column prop="checkContent" min-width="180" label="主要检查内容">
                  <template v-slot="{ row }">
                    <el-input v-model="row.checkContent" placeholder="主要检查内容"></el-input>
                  </template>
<!--                  <template v-slot="{ row }">-->
<!--                    <el-input v-model="row.checkContent" placeholder="主要检查内容"></el-input>-->
<!--                  </template>-->
                </el-table-column>
                <el-table-column prop="checkResult" align="center" width="150" label="检查结果">
                <el-table-column prop="checkResult" align="center" width="180" label="检查结果">
                  <template v-slot="{ row }">
                    <zt-dict v-model="row.checkResult" dict="tristate1" :radio="true"></zt-dict>
                  </template>
@@ -192,6 +192,7 @@
          ...this.dataForm,
          ...res.data
        }
        console.log(this.dataForm,'this.dataForm this.dataForm')
      },
      // 表单提交
      async formSubmit(submitType) {