Compare commits
No commits in common. "65f2b7cb497761e89d5dd153863be77aaf93393e" and "f3a4b022e97fd127fdbb6d9fd441e0f20ec1d10a" have entirely different histories.
65f2b7cb49
...
f3a4b022e9
|
@ -382,11 +382,11 @@ const data = reactive({
|
||||||
property: "operatesDeng",
|
property: "operatesDeng",
|
||||||
type: "slot",
|
type: "slot",
|
||||||
},
|
},
|
||||||
// {
|
{
|
||||||
// label: "推送次数",
|
label: "推送次数",
|
||||||
// property: "pushSendTotal",
|
property: "pushSendTotal",
|
||||||
// type: "slot",
|
type: "slot",
|
||||||
// },
|
},
|
||||||
],
|
],
|
||||||
tableData: [],
|
tableData: [],
|
||||||
tableData1: [],
|
tableData1: [],
|
||||||
|
@ -449,79 +449,6 @@ const lampScreen = (val) => {
|
||||||
if (selectedLamp.value === val) {
|
if (selectedLamp.value === val) {
|
||||||
return; //防止重复点击
|
return; //防止重复点击
|
||||||
}
|
}
|
||||||
console.log(val);
|
|
||||||
if (val == 1 || val == 2) {
|
|
||||||
data.column_2 = [
|
|
||||||
{
|
|
||||||
label: "姓名",
|
|
||||||
property: "xm",
|
|
||||||
width: "90",
|
|
||||||
type: "slot",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "状态",
|
|
||||||
property: "deng",
|
|
||||||
width: "90",
|
|
||||||
align: "center",
|
|
||||||
type: "slot",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "地址",
|
|
||||||
property: "dz",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "年龄",
|
|
||||||
property: "nl",
|
|
||||||
width: "80",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "人口标签",
|
|
||||||
property: "bq",
|
|
||||||
type: "slot",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "推送次数",
|
|
||||||
property: "pushSendTotal",
|
|
||||||
type: "slot",
|
|
||||||
},
|
|
||||||
];
|
|
||||||
} else {
|
|
||||||
data.column_2 = [
|
|
||||||
{
|
|
||||||
label: "姓名",
|
|
||||||
property: "xm",
|
|
||||||
width: "90",
|
|
||||||
type: "slot",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "状态",
|
|
||||||
property: "deng",
|
|
||||||
width: "90",
|
|
||||||
align: "center",
|
|
||||||
type: "slot",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "地址",
|
|
||||||
property: "dz",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "年龄",
|
|
||||||
property: "nl",
|
|
||||||
width: "80",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "人口标签",
|
|
||||||
property: "bq",
|
|
||||||
type: "slot",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "完成途径",
|
|
||||||
property: "operatesDeng",
|
|
||||||
type: "slot",
|
|
||||||
},
|
|
||||||
|
|
||||||
];
|
|
||||||
}
|
|
||||||
selectedLamp.value = val;
|
selectedLamp.value = val;
|
||||||
getTable(pagination2);
|
getTable(pagination2);
|
||||||
// console.log("状态灯", val);
|
// console.log("状态灯", val);
|
||||||
|
|
Loading…
Reference in New Issue