This commit is contained in:
parent
30720cfbf2
commit
abf7531d5a
|
@ -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",
|
||||
},
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue