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", }, ];