修改文字

This commit is contained in:
yangjun 2025-08-05 15:21:47 +08:00
parent 2f40e80968
commit 9ca3a52160
1 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ export const columns: BasicColumn[] = [
dataIndex: 'handleBy'
},
{
title: '回复时间',
title: '反馈时间',
align: "center",
dataIndex: 'replyTime'
},
@ -71,6 +71,6 @@ export const superQuerySchema = {
status: {title: '状态 0待接收 1处理中 3已解决 4工单异常 5外部原因',order: 6,view: 'text', type: 'string',},
createBy: {title: '创建人',order: 7,view: 'text', type: 'string',},
createTime: {title: '创建时间',order: 8,view: 'datetime', type: 'string',},
replyTime: {title: '回复时间',order: 9,view: 'datetime', type: 'string',},
replyTime: {title: '反馈时间',order: 9,view: 'datetime', type: 'string',},
handleBy: {title: '处理人',order: 10,view: 'text', type: 'string',},
};