From d5a224312d0c1d95182902908c79ec8f532a1ec4 Mon Sep 17 00:00:00 2001
From: jinlin <jinlin>
Date: 星期四, 22 二月 2024 20:58:43 +0800
Subject: [PATCH] 修改

---
 web/src/views/modules/configAuditReport/ConfigAuditReport-AddOrUpdate.vue |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/web/src/views/modules/configAuditReport/ConfigAuditReport-AddOrUpdate.vue b/web/src/views/modules/configAuditReport/ConfigAuditReport-AddOrUpdate.vue
index 3c0d894..2afe552 100644
--- a/web/src/views/modules/configAuditReport/ConfigAuditReport-AddOrUpdate.vue
+++ b/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")
       },

--
Gitblit v1.9.1