This commit is contained in:
zhangyc
2022-12-14 07:27:04 +08:00
parent d9608d69e3
commit 7c8ae62f70
11 changed files with 287 additions and 43 deletions

View File

@@ -88,7 +88,7 @@
</div>
</div>
<div class="btnn">
<button class="btn1">取消</button>
<button class="btn1" @click="closeDrawer">取消</button>
<button class="btn2" @click="CreatSTText()">确定</button>
</div>
</div>
@@ -197,15 +197,15 @@ export default {
className: "h",
ellipsis: true,
},
{
title: "最近更新时间",
dataIndex: "sysUpdateTime",
key: "sysUpdateTime",
ellipsis: true,
width: "20%",
align: "center",
className: "h",
},
// {
// title: "最近更新时间",
// dataIndex: "sysUpdateTime",
// // key: "sysUpdateTime",
// ellipsis: true,
// width: "20%",
// align: "center",
// className: "h",
// },
];
return columns;
}