From bbff46e35d4314b95af6f0019773bc23f0e25c4b Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Sat, 06 Jan 2024 18:17:40 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jczz_web

---
 src/views/cGovernance/gridWorkLog.vue |   18 ++++++++++++++----
 1 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/src/views/cGovernance/gridWorkLog.vue b/src/views/cGovernance/gridWorkLog.vue
index ddcb025..456cd8e 100644
--- a/src/views/cGovernance/gridWorkLog.vue
+++ b/src/views/cGovernance/gridWorkLog.vue
@@ -204,7 +204,14 @@
                         props: {
                             label: 'name',
                             value: 'id'
-                        }
+                        },
+                        rules: [
+                            {
+                                required: true,
+                                message: "请选择被访人姓名",
+                                trigger: "blur",
+                            },
+                        ],
                     },
                     {
                         width: 120,
@@ -262,7 +269,9 @@
                         label: "走访取证",
                         prop: "url",
                         type: "upload",
-                        listType: "picture-img",
+                        listType: "picture-card",
+                        dataType: "string",
+                        multiple: true,
                         action: "/api/blade-resource/oss/endpoint/put-file",
                         propsHttp: {
                             res: "data",
@@ -275,6 +284,7 @@
                     {
                         width: 110,
                         label: "录入人",
+                        display: false,
                         prop: "createUserName",
                     },
 
@@ -316,9 +326,9 @@
             data: [],
         }
     },
-    watch: {
 
-    },
+    watch: {},
+
     computed: {
         ...mapGetters(["permission", "userInfo"]),
         permissionList () {

--
Gitblit v1.9.3