vue3【operatelog】:1)测试操作日志;2)调整 table 的展示列

This commit is contained in:
YunaiV
2022-11-16 09:47:15 +08:00
parent f894085cbd
commit 7983b8d22f
2 changed files with 7 additions and 3 deletions

View File

@@ -74,6 +74,7 @@ const handleDetail = (row: OperateLogApi.OperateLogVO) => {
// 导出操作
const handleExport = async () => {
// TODO 星语:缺少 await 噢
exportList(xGrid, '岗位列表.xls')
}
</script>