From 1772fc5e211f9e9e0ab4cdc6c29b436aac178c2a Mon Sep 17 00:00:00 2001
From: jinlin <jinlin>
Date: 星期五, 23 二月 2024 12:19:55 +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涓嶉�傜敤
+ 鈭氬悎鏍�   脳涓嶅悎鏍�   NA涓嶉�傜敤
</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