From 1d9ddccfc6d983fbf32e5bbba8ca3bba9342373f Mon Sep 17 00:00:00 2001
From: linwei <872216696@qq.com>
Date: Sat, 06 Jan 2024 18:04:38 +0800
Subject: [PATCH] 议事限制人员

---
 src/views/cGovernance/punchCard.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/cGovernance/punchCard.vue b/src/views/cGovernance/punchCard.vue
index 262999b..8bbc1ef 100644
--- a/src/views/cGovernance/punchCard.vue
+++ b/src/views/cGovernance/punchCard.vue
@@ -31,7 +31,7 @@
                 menu: false,
                 addBtn: false,
                 border: true,
-                index: false,
+                index: true,
                 selection: false,
                 height: "auto",
                 calcHeight: 54,
@@ -101,11 +101,11 @@
                         prop: "address",
                     },
                     {
+                        width: 110,
                         label: "打卡图片",
                         prop: "img",
                         type: "upload",
                         labelWidth: 120,
-                        width: 80,
                         listType: "picture-img",
                         action: "/api/blade-resource/oss/endpoint/put-file",
                         propsHttp: {

--
Gitblit v1.9.3