feat: 重构云端变量记录页面,支持动态列和服务端分页
- 使用项目 DataTable 组件替换原生 table - 根据记录数据动态生成表格列 - 支持服务端分页、搜索、日期筛选 - 添加单条/批量删除确认对话框 - 添加路由配置和国际化文本 - 更新 pnpm-lock.yaml 修复 Docker 构建问题
This commit is contained in:
@@ -281,6 +281,12 @@ const routes: RouteRecordRaw[] = [
|
||||
component: () => import('@/pages/admin/cloud-variables/[id].vue'),
|
||||
meta: { title: '编辑云端变量 - 管理后台' },
|
||||
},
|
||||
{
|
||||
path: 'cloud-variables/:id/records',
|
||||
name: 'AdminCloudVariableRecords',
|
||||
component: () => import('@/pages/admin/cloud-variables/[id]/records.vue'),
|
||||
meta: { title: '变量记录 - 管理后台' },
|
||||
},
|
||||
{
|
||||
path: 'cloud-function',
|
||||
name: 'AdminCloudFunction',
|
||||
|
||||
Reference in New Issue
Block a user