|
@@ -161,11 +161,18 @@ export default {
|
|
label: "场景数量",
|
|
label: "场景数量",
|
|
prop: "sceneNum",
|
|
prop: "sceneNum",
|
|
},
|
|
},
|
|
|
|
+ // {
|
|
|
|
+ // label: "创建时间",
|
|
|
|
+ // prop: "startDateStr",
|
|
|
|
+ // formatter(row) {
|
|
|
|
+ // return row.createTime.slice(0, 10);
|
|
|
|
+ // },
|
|
|
|
+ // },
|
|
{
|
|
{
|
|
- label: "创建时间",
|
|
|
|
- prop: "startDateStr",
|
|
|
|
|
|
+ label: "操作时间",
|
|
|
|
+ prop: "modifyTime",
|
|
formatter(row) {
|
|
formatter(row) {
|
|
- return row.createTime.slice(0, 10);
|
|
|
|
|
|
+ return row.modifyTime.slice(0, 10);
|
|
},
|
|
},
|
|
},
|
|
},
|
|
{
|
|
{
|