jinlin
2024-02-04 4b04e7fd4fcad9af480a003509288aa6070b137e
web/src/views/modules/configAuditReport/ConfigAuditReport-AddOrUpdate.vue
@@ -20,7 +20,7 @@
          <div>
            <div style="text-align: center;font-weight: 600;border-bottom:1px solid rgba(0,0,0,.2);height: 40px;line-height: 40px;font-size: 18px">审核内容</div>
            <el-form-item label="状态标记" label-width="150px" style="width:100%;padding-left:20px;margin-bottom:0">
              √合格         ×不合格       NA不适用
              √合格&nbsp&nbsp&nbsp×不合格&nbsp&nbsp&nbspNA不适用
            </el-form-item>
            <div class="table-container">
              <el-table ref="tableConfigAuditList" class="el-software el-margin-top-bot" border
@@ -36,10 +36,9 @@
                    <el-input v-model="row.auditContent" placeholder="审核内容"></el-input>
                  </template>
                </el-table-column>
                <el-table-column prop="auditResult" align="center" width="150" label="审核结果">
                <el-table-column prop="auditResult" align="center" width="200" label="审核结果">
                  <template v-slot="{ row }">
                    <zt-dict v-model="row.auditResult" placeholder="审核结果" dict="status_tag"
                             clearable></zt-dict>
                    <zt-dict v-model="row.auditResult" placeholder="审核结果" dict="status_tag" :radio="true"></zt-dict>
                  </template>
                </el-table-column>
                <el-table-column prop="remark" label="备注" width="100" align="center">
@@ -180,7 +179,7 @@
          ...res.data
        }
        if(this.dataForm.configAuditReport === null){
          this.dataForm.contractReview={}
          this.dataForm.configAuditReport={}
        }
        console.log(this.dataForm, "getInfo this.dataForm")
      },