style(glt): 更新用户票券记录表格字段配置
- 恢复模板名称字段显示 - 启用变更相关字段显示包括可更改、冻结状态、使用状态等 - 恢复可用后、冻结后、使用后等状态字段 - 注释开发环境API URL配置项
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
VITE_APP_NAME=后台管理(开发环境)
|
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
|
#VITE_SERVER_API_URL=http://127.0.0.1:8000/api
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -123,54 +123,54 @@
|
|||||||
key: 'nickname',
|
key: 'nickname',
|
||||||
width: 280
|
width: 280
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
title: '名称',
|
// title: '名称',
|
||||||
dataIndex: 'templateName',
|
// dataIndex: 'templateName',
|
||||||
key: 'templateName',
|
// key: 'templateName',
|
||||||
align: 'center'
|
// align: 'center'
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
title: '变更类型',
|
title: '变更类型',
|
||||||
dataIndex: 'changeType',
|
dataIndex: 'changeType',
|
||||||
key: 'changeType',
|
key: 'changeType',
|
||||||
align: 'center'
|
align: 'center'
|
||||||
},
|
},
|
||||||
// {
|
{
|
||||||
// title: '可更改',
|
title: '可更改',
|
||||||
// dataIndex: 'changeAvailable',
|
dataIndex: 'changeAvailable',
|
||||||
// key: 'changeAvailable',
|
key: 'changeAvailable',
|
||||||
// width: 120
|
width: 120
|
||||||
// },
|
},
|
||||||
// {
|
{
|
||||||
// title: '更改冻结状态',
|
title: '更改冻结状态',
|
||||||
// dataIndex: 'changeFrozen',
|
dataIndex: 'changeFrozen',
|
||||||
// key: 'changeFrozen',
|
key: 'changeFrozen',
|
||||||
// width: 120
|
width: 120
|
||||||
// },
|
},
|
||||||
// {
|
{
|
||||||
// title: '已使用更改',
|
title: '已使用更改',
|
||||||
// dataIndex: 'changeUsed',
|
dataIndex: 'changeUsed',
|
||||||
// key: 'changeUsed',
|
key: 'changeUsed',
|
||||||
// width: 120
|
width: 120
|
||||||
// },
|
},
|
||||||
// {
|
{
|
||||||
// title: '可用后',
|
title: '可用后',
|
||||||
// dataIndex: 'availableAfter',
|
dataIndex: 'availableAfter',
|
||||||
// key: 'availableAfter',
|
key: 'availableAfter',
|
||||||
// width: 120
|
width: 120
|
||||||
// },
|
},
|
||||||
// {
|
{
|
||||||
// title: '冻结后',
|
title: '冻结后',
|
||||||
// dataIndex: 'frozenAfter',
|
dataIndex: 'frozenAfter',
|
||||||
// key: 'frozenAfter',
|
key: 'frozenAfter',
|
||||||
// width: 120
|
width: 120
|
||||||
// },
|
},
|
||||||
// {
|
{
|
||||||
// title: '使用后',
|
title: '使用后',
|
||||||
// dataIndex: 'usedAfter',
|
dataIndex: 'usedAfter',
|
||||||
// key: 'usedAfter',
|
key: 'usedAfter',
|
||||||
// width: 120
|
width: 120
|
||||||
// },
|
},
|
||||||
{
|
{
|
||||||
title: '核销时间',
|
title: '核销时间',
|
||||||
dataIndex: 'createTime',
|
dataIndex: 'createTime',
|
||||||
|
|||||||
Reference in New Issue
Block a user