指令备份调整
This commit is contained in:
parent
be2a65bc99
commit
b8de19ffa9
|
|
@ -30,6 +30,11 @@ export const columns: BasicColumn[] = [
|
|||
align: 'center',
|
||||
dataIndex: 'directiveName',
|
||||
},
|
||||
{
|
||||
title: '服务属性',
|
||||
align: 'center',
|
||||
dataIndex: 'serviceAttribute_dictText',
|
||||
},
|
||||
{
|
||||
title: '收费价格(元)',
|
||||
align: 'center',
|
||||
|
|
@ -41,7 +46,7 @@ export const columns: BasicColumn[] = [
|
|||
dataIndex: 'comPrice',
|
||||
},
|
||||
{
|
||||
title: '服务说明',
|
||||
title: '服务指令描述',
|
||||
align: 'center',
|
||||
dataIndex: 'serviceContent',
|
||||
},
|
||||
|
|
@ -50,11 +55,11 @@ export const columns: BasicColumn[] = [
|
|||
align: 'center',
|
||||
dataIndex: 'serviceDuration',
|
||||
},
|
||||
{
|
||||
title: '超时时长(分钟)',
|
||||
align: 'center',
|
||||
dataIndex: 'timeoutDuration',
|
||||
},
|
||||
// {
|
||||
// title: '超时时长(分钟)',
|
||||
// align: 'center',
|
||||
// dataIndex: 'timeoutDuration',
|
||||
// },
|
||||
];
|
||||
|
||||
// 高级查询数据
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@ const fieldLabels: Record<string, string> = {
|
|||
comPrice: '提成价格(元)',
|
||||
serviceContent: '服务指令描述',
|
||||
serviceDuration: '服务时长(分钟)',
|
||||
timeoutDuration: '超时时长(分钟)',
|
||||
// timeoutDuration: '超时时长(分钟)',
|
||||
mp3File: '语音文件',
|
||||
mp4File: '视频文件',
|
||||
previewFile: '服务指令图片',
|
||||
|
|
@ -95,7 +95,7 @@ const displayFields = [
|
|||
'tollPrice',
|
||||
'comPrice',
|
||||
'serviceDuration',
|
||||
'timeoutDuration',
|
||||
// 'timeoutDuration',
|
||||
'previewFile',
|
||||
// 'previewFileSmall',
|
||||
'mp3File',
|
||||
|
|
|
|||
|
|
@ -103,11 +103,11 @@ export const columns: BasicColumn[] = [
|
|||
align: 'center',
|
||||
dataIndex: 'serviceDuration',
|
||||
},
|
||||
{
|
||||
title: '超时时长(分钟)',
|
||||
align: 'center',
|
||||
dataIndex: 'timeoutDuration',
|
||||
},
|
||||
// {
|
||||
// title: '超时时长(分钟)',
|
||||
// align: 'center',
|
||||
// dataIndex: 'timeoutDuration',
|
||||
// },
|
||||
{
|
||||
title: '是否启用',
|
||||
align: 'center',
|
||||
|
|
|
|||
Loading…
Reference in New Issue