From abf7531d5a7f89f4e2df8e78136691d6aaf216bb Mon Sep 17 00:00:00 2001 From: duanxiaohai <1812246227@qq.com> Date: Tue, 12 Nov 2024 17:17:29 +0800 Subject: [PATCH] gx --- src/view/sy_details.vue | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/view/sy_details.vue b/src/view/sy_details.vue index 6ed50f9..984ed2c 100644 --- a/src/view/sy_details.vue +++ b/src/view/sy_details.vue @@ -322,7 +322,7 @@ const data = reactive({ { label: "姓名", property: "xm", - width: "100", + width: "110", align: "center", }, { @@ -370,7 +370,7 @@ const data = reactive({ { label: "姓名", property: "xm", - width: "100", + width: "110", type: "slot", align: "center", }, @@ -400,6 +400,7 @@ const data = reactive({ { label: "完成途径", property: "operatesDeng", + align: "center", type: "slot", }, // { @@ -475,7 +476,7 @@ const lampScreen = (val) => { { label: "姓名", property: "xm", - width: "100", + width: "110", align: "center", type: "slot", }, @@ -515,7 +516,7 @@ const lampScreen = (val) => { { label: "姓名", property: "xm", - width: "100", + width: "110", align: "center", type: "slot", }, @@ -545,6 +546,7 @@ const lampScreen = (val) => { { label: "完成途径", property: "operatesDeng", + align: "center", type: "slot", }, ];