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