修改文字
This commit is contained in:
parent
2f40e80968
commit
9ca3a52160
|
@ -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',},
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue