refactor(layout): 重构布局相关 API
- 移除了对 MODULES_API_URL 的引用,仅使用
This commit is contained in:
@@ -232,7 +232,7 @@ const columns = ref<ColumnItem[]>([
|
||||
width: 170,
|
||||
sorter: true,
|
||||
ellipsis: true,
|
||||
customRender: ({text}) => toDateString(text, 'yyyy-MM-dd HH:mm:ss')
|
||||
customRender: ({text}) => toDateString(text, 'yyyy-MM-dd')
|
||||
},
|
||||
{
|
||||
title: '操作',
|
||||
|
||||
Reference in New Issue
Block a user