This commit is contained in:
duanxiaohai 2024-11-12 17:17:29 +08:00
parent 30720cfbf2
commit abf7531d5a
1 changed files with 6 additions and 4 deletions

View File

@ -322,7 +322,7 @@ const data = reactive({
{ {
label: "姓名", label: "姓名",
property: "xm", property: "xm",
width: "100", width: "110",
align: "center", align: "center",
}, },
{ {
@ -370,7 +370,7 @@ const data = reactive({
{ {
label: "姓名", label: "姓名",
property: "xm", property: "xm",
width: "100", width: "110",
type: "slot", type: "slot",
align: "center", align: "center",
}, },
@ -400,6 +400,7 @@ const data = reactive({
{ {
label: "完成途径", label: "完成途径",
property: "operatesDeng", property: "operatesDeng",
align: "center",
type: "slot", type: "slot",
}, },
// { // {
@ -475,7 +476,7 @@ const lampScreen = (val) => {
{ {
label: "姓名", label: "姓名",
property: "xm", property: "xm",
width: "100", width: "110",
align: "center", align: "center",
type: "slot", type: "slot",
}, },
@ -515,7 +516,7 @@ const lampScreen = (val) => {
{ {
label: "姓名", label: "姓名",
property: "xm", property: "xm",
width: "100", width: "110",
align: "center", align: "center",
type: "slot", type: "slot",
}, },
@ -545,6 +546,7 @@ const lampScreen = (val) => {
{ {
label: "完成途径", label: "完成途径",
property: "operatesDeng", property: "operatesDeng",
align: "center",
type: "slot", type: "slot",
}, },
]; ];