mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-17 14:56:46 +08:00
bug
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user