style(接口测试): 更改接口定义定时任务列表中展示的字段
--bug=1038768 --user=宋天阳 【接口测试】定义-定时导入接口-定时任务列表-表头字段和任务中心不一致 https://www.tapd.cn/55049933/s/1492103
This commit is contained in:
parent
4508d2a523
commit
0527c0177a
|
@ -542,10 +542,20 @@
|
||||||
const keyword = ref('');
|
const keyword = ref('');
|
||||||
const columns: MsTableColumn = [
|
const columns: MsTableColumn = [
|
||||||
{
|
{
|
||||||
title: 'apiTestManagement.name',
|
title: 'project.taskCenter.resourceID',
|
||||||
dataIndex: 'taskName',
|
dataIndex: 'resourceNum',
|
||||||
|
slotName: 'resourceNum',
|
||||||
|
width: 140,
|
||||||
|
showInTable: true,
|
||||||
|
showTooltip: true,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'project.taskCenter.resourceName',
|
||||||
|
slotName: 'resourceName',
|
||||||
|
dataIndex: 'resourceName',
|
||||||
|
width: 200,
|
||||||
|
showDrag: true,
|
||||||
showTooltip: true,
|
showTooltip: true,
|
||||||
width: 150,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'apiTestManagement.taskRunRule',
|
title: 'apiTestManagement.taskRunRule',
|
||||||
|
|
|
@ -89,7 +89,7 @@
|
||||||
title: 'project.taskCenter.resourceID',
|
title: 'project.taskCenter.resourceID',
|
||||||
dataIndex: 'resourceNum',
|
dataIndex: 'resourceNum',
|
||||||
slotName: 'resourceNum',
|
slotName: 'resourceNum',
|
||||||
width: 300,
|
width: 140,
|
||||||
showInTable: true,
|
showInTable: true,
|
||||||
showTooltip: true,
|
showTooltip: true,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue