style(glt): 更新用户票券记录表格字段配置

- 恢复模板名称字段显示
- 启用变更相关字段显示包括可更改、冻结状态、使用状态等
- 恢复可用后、冻结后、使用后等状态字段
- 注释开发环境API URL配置项
This commit is contained in:
2026-02-04 11:26:08 +08:00
parent 1d8da2c5be
commit 2e81564b92
2 changed files with 43 additions and 43 deletions

View File

@@ -1,5 +1,5 @@
VITE_APP_NAME=后台管理(开发环境)
VITE_API_URL=http://127.0.0.1:9200/api
#VITE_API_URL=http://127.0.0.1:9200/api
#VITE_SERVER_API_URL=http://127.0.0.1:8000/api

View File

@@ -123,54 +123,54 @@
key: 'nickname',
width: 280
},
{
title: '名称',
dataIndex: 'templateName',
key: 'templateName',
align: 'center'
},
// {
// title: '名称',
// dataIndex: 'templateName',
// key: 'templateName',
// align: 'center'
// },
{
title: '变更类型',
dataIndex: 'changeType',
key: 'changeType',
align: 'center'
},
// {
// title: '可更改',
// dataIndex: 'changeAvailable',
// key: 'changeAvailable',
// width: 120
// },
// {
// title: '更改冻结状态',
// dataIndex: 'changeFrozen',
// key: 'changeFrozen',
// width: 120
// },
// {
// title: '已使用更改',
// dataIndex: 'changeUsed',
// key: 'changeUsed',
// width: 120
// },
// {
// title: '可用后',
// dataIndex: 'availableAfter',
// key: 'availableAfter',
// width: 120
// },
// {
// title: '冻结后',
// dataIndex: 'frozenAfter',
// key: 'frozenAfter',
// width: 120
// },
// {
// title: '使用后',
// dataIndex: 'usedAfter',
// key: 'usedAfter',
// width: 120
// },
{
title: '可更改',
dataIndex: 'changeAvailable',
key: 'changeAvailable',
width: 120
},
{
title: '更改冻结状态',
dataIndex: 'changeFrozen',
key: 'changeFrozen',
width: 120
},
{
title: '已使用更改',
dataIndex: 'changeUsed',
key: 'changeUsed',
width: 120
},
{
title: '可用后',
dataIndex: 'availableAfter',
key: 'availableAfter',
width: 120
},
{
title: '冻结后',
dataIndex: 'frozenAfter',
key: 'frozenAfter',
width: 120
},
{
title: '使用后',
dataIndex: 'usedAfter',
key: 'usedAfter',
width: 120
},
{
title: '核销时间',
dataIndex: 'createTime',