style(接口测试): 接口引用插入脚本弹窗的样式更改
--bug=1037450 --user=宋天阳 https://www.tapd.cn/55049933/s/1480029
This commit is contained in:
parent
4b9a8f5a3b
commit
45da420360
|
@ -134,12 +134,14 @@
|
|||
slotName: 'name',
|
||||
width: 300,
|
||||
showInTable: true,
|
||||
showTooltip: true,
|
||||
},
|
||||
{
|
||||
title: 'project.commonScript.description',
|
||||
dataIndex: 'description',
|
||||
width: 200,
|
||||
showDrag: true,
|
||||
showTooltip: true,
|
||||
},
|
||||
{
|
||||
title: 'project.commonScript.enable',
|
||||
|
@ -180,6 +182,10 @@
|
|||
dataIndex: 'updateTime',
|
||||
width: 180,
|
||||
showDrag: true,
|
||||
sortable: {
|
||||
sortDirections: ['ascend', 'descend'],
|
||||
sorter: true,
|
||||
},
|
||||
},
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in New Issue