指令备份调整

This commit is contained in:
1378012178@qq.com 2026-03-03 13:35:08 +08:00
parent be2a65bc99
commit b8de19ffa9
3 changed files with 18 additions and 13 deletions

View File

@ -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',
}, // },
]; ];
// 高级查询数据 // 高级查询数据

View File

@ -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',

View File

@ -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',