refactor(layout): 重构布局相关 API

- 移除了对 MODULES_API_URL 的引用,仅使用
This commit is contained in:
2025-08-13 16:12:03 +08:00
parent d1d87eb5b7
commit 52476153f2
13 changed files with 336 additions and 495 deletions

View File

@@ -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: '操作',