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