fix(接口测试): 修复接口测试表格配置项更改带来的一系列问题
This commit is contained in:
parent
55c51401fd
commit
73255a0b80
|
@ -358,6 +358,7 @@
|
||||||
slotName: 'method',
|
slotName: 'method',
|
||||||
titleSlotName: 'methodFilter',
|
titleSlotName: 'methodFilter',
|
||||||
width: 140,
|
width: 140,
|
||||||
|
showDrag: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'apiTestManagement.apiStatus',
|
title: 'apiTestManagement.apiStatus',
|
||||||
|
@ -365,12 +366,14 @@
|
||||||
slotName: 'status',
|
slotName: 'status',
|
||||||
titleSlotName: 'statusFilter',
|
titleSlotName: 'statusFilter',
|
||||||
width: 130,
|
width: 130,
|
||||||
|
showDrag: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'apiTestManagement.path',
|
title: 'apiTestManagement.path',
|
||||||
dataIndex: 'path',
|
dataIndex: 'path',
|
||||||
showTooltip: true,
|
showTooltip: true,
|
||||||
width: 200,
|
width: 200,
|
||||||
|
showDrag: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'common.tag',
|
title: 'common.tag',
|
||||||
|
@ -378,11 +381,13 @@
|
||||||
isTag: true,
|
isTag: true,
|
||||||
isStringTag: true,
|
isStringTag: true,
|
||||||
width: 150,
|
width: 150,
|
||||||
|
showDrag: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'apiTestManagement.version',
|
title: 'apiTestManagement.version',
|
||||||
dataIndex: 'versionName',
|
dataIndex: 'versionName',
|
||||||
width: 100,
|
width: 100,
|
||||||
|
showDrag: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'apiTestManagement.createTime',
|
title: 'apiTestManagement.createTime',
|
||||||
|
@ -392,6 +397,7 @@
|
||||||
sorter: true,
|
sorter: true,
|
||||||
},
|
},
|
||||||
width: 180,
|
width: 180,
|
||||||
|
showDrag: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'apiTestManagement.updateTime',
|
title: 'apiTestManagement.updateTime',
|
||||||
|
@ -401,11 +407,13 @@
|
||||||
sorter: true,
|
sorter: true,
|
||||||
},
|
},
|
||||||
width: 180,
|
width: 180,
|
||||||
|
showDrag: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'common.creator',
|
title: 'common.creator',
|
||||||
dataIndex: 'createUserName',
|
dataIndex: 'createUserName',
|
||||||
width: 180,
|
width: 180,
|
||||||
|
showDrag: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: hasOperationPermission.value ? 'common.operation' : '',
|
title: hasOperationPermission.value ? 'common.operation' : '',
|
||||||
|
@ -426,6 +434,7 @@
|
||||||
showSelectAll: !props.readOnly,
|
showSelectAll: !props.readOnly,
|
||||||
draggable: props.readOnly ? undefined : { type: 'handle', width: 32 },
|
draggable: props.readOnly ? undefined : { type: 'handle', width: 32 },
|
||||||
heightUsed: 308,
|
heightUsed: 308,
|
||||||
|
showSubdirectory: true,
|
||||||
},
|
},
|
||||||
(item) => ({
|
(item) => ({
|
||||||
...item,
|
...item,
|
||||||
|
|
|
@ -418,6 +418,7 @@
|
||||||
sorter: true,
|
sorter: true,
|
||||||
},
|
},
|
||||||
width: 150,
|
width: 150,
|
||||||
|
showDrag: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'apiTestManagement.apiStatus',
|
title: 'apiTestManagement.apiStatus',
|
||||||
|
@ -429,18 +430,21 @@
|
||||||
sorter: true,
|
sorter: true,
|
||||||
},
|
},
|
||||||
width: 150,
|
width: 150,
|
||||||
|
showDrag: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'apiTestManagement.path',
|
title: 'apiTestManagement.path',
|
||||||
dataIndex: 'path',
|
dataIndex: 'path',
|
||||||
showTooltip: true,
|
showTooltip: true,
|
||||||
width: 150,
|
width: 150,
|
||||||
|
showDrag: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'common.tag',
|
title: 'common.tag',
|
||||||
dataIndex: 'tags',
|
dataIndex: 'tags',
|
||||||
isTag: true,
|
isTag: true,
|
||||||
isStringTag: true,
|
isStringTag: true,
|
||||||
|
showDrag: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'case.lastReportStatus',
|
title: 'case.lastReportStatus',
|
||||||
|
@ -449,6 +453,7 @@
|
||||||
titleSlotName: 'lastReportStatusFilter',
|
titleSlotName: 'lastReportStatusFilter',
|
||||||
showInTable: false,
|
showInTable: false,
|
||||||
width: 150,
|
width: 150,
|
||||||
|
showDrag: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'case.passRate',
|
title: 'case.passRate',
|
||||||
|
@ -457,6 +462,7 @@
|
||||||
showInTable: false,
|
showInTable: false,
|
||||||
showTooltip: true,
|
showTooltip: true,
|
||||||
width: 150,
|
width: 150,
|
||||||
|
showDrag: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'case.caseEnvironment',
|
title: 'case.caseEnvironment',
|
||||||
|
@ -464,6 +470,7 @@
|
||||||
showTooltip: true,
|
showTooltip: true,
|
||||||
showInTable: false,
|
showInTable: false,
|
||||||
width: 150,
|
width: 150,
|
||||||
|
showDrag: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'case.tableColumnUpdateUser',
|
title: 'case.tableColumnUpdateUser',
|
||||||
|
@ -471,6 +478,7 @@
|
||||||
showInTable: false,
|
showInTable: false,
|
||||||
showTooltip: true,
|
showTooltip: true,
|
||||||
width: 180,
|
width: 180,
|
||||||
|
showDrag: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'case.tableColumnUpdateTime',
|
title: 'case.tableColumnUpdateTime',
|
||||||
|
@ -482,12 +490,14 @@
|
||||||
sorter: true,
|
sorter: true,
|
||||||
},
|
},
|
||||||
width: 180,
|
width: 180,
|
||||||
|
showDrag: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'case.tableColumnCreateUser',
|
title: 'case.tableColumnCreateUser',
|
||||||
dataIndex: 'createName',
|
dataIndex: 'createName',
|
||||||
showTooltip: true,
|
showTooltip: true,
|
||||||
width: 180,
|
width: 180,
|
||||||
|
showDrag: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'case.tableColumnCreateTime',
|
title: 'case.tableColumnCreateTime',
|
||||||
|
@ -499,6 +509,7 @@
|
||||||
sorter: true,
|
sorter: true,
|
||||||
},
|
},
|
||||||
width: 180,
|
width: 180,
|
||||||
|
showDrag: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: hasOperationPermission.value ? 'common.operation' : '',
|
title: hasOperationPermission.value ? 'common.operation' : '',
|
||||||
|
@ -517,6 +528,7 @@
|
||||||
showSelectAll: true,
|
showSelectAll: true,
|
||||||
draggable: { type: 'handle', width: 32 },
|
draggable: { type: 'handle', width: 32 },
|
||||||
heightUsed: props.isApi ? 356 : 308,
|
heightUsed: props.isApi ? 356 : 308,
|
||||||
|
showSubdirectory: true,
|
||||||
});
|
});
|
||||||
const batchActions = {
|
const batchActions = {
|
||||||
baseAction: [
|
baseAction: [
|
||||||
|
|
|
@ -151,6 +151,7 @@
|
||||||
selectable: true,
|
selectable: true,
|
||||||
showSelectAll: !props.readOnly,
|
showSelectAll: !props.readOnly,
|
||||||
draggable: props.readOnly ? undefined : { type: 'handle', width: 32 },
|
draggable: props.readOnly ? undefined : { type: 'handle', width: 32 },
|
||||||
|
showSubdirectory: true,
|
||||||
},
|
},
|
||||||
(item) => ({
|
(item) => ({
|
||||||
...item,
|
...item,
|
||||||
|
|
|
@ -168,6 +168,7 @@
|
||||||
slotName: 'method',
|
slotName: 'method',
|
||||||
titleSlotName: 'methodFilter',
|
titleSlotName: 'methodFilter',
|
||||||
width: 140,
|
width: 140,
|
||||||
|
showDrag: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'apiTestManagement.apiStatus',
|
title: 'apiTestManagement.apiStatus',
|
||||||
|
@ -175,12 +176,14 @@
|
||||||
slotName: 'status',
|
slotName: 'status',
|
||||||
titleSlotName: 'statusFilter',
|
titleSlotName: 'statusFilter',
|
||||||
width: 130,
|
width: 130,
|
||||||
|
showDrag: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'apiTestManagement.path',
|
title: 'apiTestManagement.path',
|
||||||
dataIndex: 'path',
|
dataIndex: 'path',
|
||||||
showTooltip: true,
|
showTooltip: true,
|
||||||
width: 200,
|
width: 200,
|
||||||
|
showDrag: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'common.tag',
|
title: 'common.tag',
|
||||||
|
@ -188,11 +191,13 @@
|
||||||
isTag: true,
|
isTag: true,
|
||||||
isStringTag: true,
|
isStringTag: true,
|
||||||
width: 150,
|
width: 150,
|
||||||
|
showDrag: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'apiTestManagement.version',
|
title: 'apiTestManagement.version',
|
||||||
dataIndex: 'versionName',
|
dataIndex: 'versionName',
|
||||||
width: 100,
|
width: 100,
|
||||||
|
showDrag: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'apiTestManagement.deleteTime',
|
title: 'apiTestManagement.deleteTime',
|
||||||
|
@ -202,6 +207,7 @@
|
||||||
sorter: true,
|
sorter: true,
|
||||||
},
|
},
|
||||||
width: 180,
|
width: 180,
|
||||||
|
showDrag: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'apiTestManagement.deleteUser',
|
title: 'apiTestManagement.deleteUser',
|
||||||
|
@ -212,6 +218,7 @@
|
||||||
sorter: true,
|
sorter: true,
|
||||||
},
|
},
|
||||||
width: 180,
|
width: 180,
|
||||||
|
showDrag: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'common.operation',
|
title: 'common.operation',
|
||||||
|
@ -232,6 +239,7 @@
|
||||||
showSelectAll: !props.readOnly,
|
showSelectAll: !props.readOnly,
|
||||||
draggable: props.readOnly ? undefined : { type: 'handle', width: 32 },
|
draggable: props.readOnly ? undefined : { type: 'handle', width: 32 },
|
||||||
heightUsed: 374,
|
heightUsed: 374,
|
||||||
|
showSubdirectory: true,
|
||||||
},
|
},
|
||||||
(item) => ({
|
(item) => ({
|
||||||
...item,
|
...item,
|
||||||
|
@ -470,15 +478,12 @@
|
||||||
:deep(.param-input:not(.arco-input-focus, .arco-select-view-focus)) {
|
:deep(.param-input:not(.arco-input-focus, .arco-select-view-focus)) {
|
||||||
&:not(:hover) {
|
&:not(:hover) {
|
||||||
border-color: transparent !important;
|
border-color: transparent !important;
|
||||||
|
|
||||||
.arco-input::placeholder {
|
.arco-input::placeholder {
|
||||||
@apply invisible;
|
@apply invisible;
|
||||||
}
|
}
|
||||||
|
|
||||||
.arco-select-view-icon {
|
.arco-select-view-icon {
|
||||||
@apply invisible;
|
@apply invisible;
|
||||||
}
|
}
|
||||||
|
|
||||||
.arco-select-view-value {
|
.arco-select-view-value {
|
||||||
color: var(--color-text-brand);
|
color: var(--color-text-brand);
|
||||||
}
|
}
|
||||||
|
|
|
@ -215,6 +215,7 @@
|
||||||
sorter: true,
|
sorter: true,
|
||||||
},
|
},
|
||||||
width: 150,
|
width: 150,
|
||||||
|
showDrag: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'apiTestManagement.apiStatus',
|
title: 'apiTestManagement.apiStatus',
|
||||||
|
@ -226,12 +227,14 @@
|
||||||
sorter: true,
|
sorter: true,
|
||||||
},
|
},
|
||||||
width: 150,
|
width: 150,
|
||||||
|
showDrag: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'apiTestManagement.path',
|
title: 'apiTestManagement.path',
|
||||||
dataIndex: 'path',
|
dataIndex: 'path',
|
||||||
showTooltip: true,
|
showTooltip: true,
|
||||||
width: 150,
|
width: 150,
|
||||||
|
showDrag: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'common.tag',
|
title: 'common.tag',
|
||||||
|
@ -239,6 +242,7 @@
|
||||||
isTag: true,
|
isTag: true,
|
||||||
isStringTag: true,
|
isStringTag: true,
|
||||||
width: 150,
|
width: 150,
|
||||||
|
showDrag: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'case.lastReportStatus',
|
title: 'case.lastReportStatus',
|
||||||
|
@ -247,6 +251,7 @@
|
||||||
showInTable: false,
|
showInTable: false,
|
||||||
showTooltip: true,
|
showTooltip: true,
|
||||||
width: 150,
|
width: 150,
|
||||||
|
showDrag: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'case.passRate',
|
title: 'case.passRate',
|
||||||
|
@ -255,6 +260,7 @@
|
||||||
showInTable: false,
|
showInTable: false,
|
||||||
showTooltip: true,
|
showTooltip: true,
|
||||||
width: 150,
|
width: 150,
|
||||||
|
showDrag: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'case.caseEnvironment',
|
title: 'case.caseEnvironment',
|
||||||
|
@ -262,6 +268,7 @@
|
||||||
showTooltip: true,
|
showTooltip: true,
|
||||||
showInTable: false,
|
showInTable: false,
|
||||||
width: 150,
|
width: 150,
|
||||||
|
showDrag: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'case.tableColumnUpdateUser',
|
title: 'case.tableColumnUpdateUser',
|
||||||
|
@ -269,6 +276,7 @@
|
||||||
showInTable: true,
|
showInTable: true,
|
||||||
showTooltip: true,
|
showTooltip: true,
|
||||||
width: 180,
|
width: 180,
|
||||||
|
showDrag: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'case.tableColumnUpdateTime',
|
title: 'case.tableColumnUpdateTime',
|
||||||
|
@ -280,12 +288,14 @@
|
||||||
sorter: true,
|
sorter: true,
|
||||||
},
|
},
|
||||||
width: 180,
|
width: 180,
|
||||||
|
showDrag: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'case.tableColumnCreateUser',
|
title: 'case.tableColumnCreateUser',
|
||||||
dataIndex: 'createName',
|
dataIndex: 'createName',
|
||||||
showTooltip: true,
|
showTooltip: true,
|
||||||
width: 180,
|
width: 180,
|
||||||
|
showDrag: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'case.tableColumnCreateTime',
|
title: 'case.tableColumnCreateTime',
|
||||||
|
@ -297,6 +307,7 @@
|
||||||
sorter: true,
|
sorter: true,
|
||||||
},
|
},
|
||||||
width: 180,
|
width: 180,
|
||||||
|
showDrag: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'apiTestManagement.deleteUser',
|
title: 'apiTestManagement.deleteUser',
|
||||||
|
@ -304,6 +315,7 @@
|
||||||
showInTable: true,
|
showInTable: true,
|
||||||
showTooltip: true,
|
showTooltip: true,
|
||||||
width: 180,
|
width: 180,
|
||||||
|
showDrag: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'apiTestManagement.deleteTime',
|
title: 'apiTestManagement.deleteTime',
|
||||||
|
@ -316,6 +328,7 @@
|
||||||
sorter: true,
|
sorter: true,
|
||||||
},
|
},
|
||||||
width: 180,
|
width: 180,
|
||||||
|
showDrag: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'common.operation',
|
title: 'common.operation',
|
||||||
|
@ -334,6 +347,7 @@
|
||||||
selectable: true,
|
selectable: true,
|
||||||
showSelectAll: true,
|
showSelectAll: true,
|
||||||
draggable: { type: 'handle', width: 32 },
|
draggable: { type: 'handle', width: 32 },
|
||||||
|
showSubdirectory: true,
|
||||||
});
|
});
|
||||||
const batchActions = {
|
const batchActions = {
|
||||||
baseAction: [
|
baseAction: [
|
||||||
|
|
|
@ -526,6 +526,7 @@
|
||||||
showSelectAll: !props.readOnly,
|
showSelectAll: !props.readOnly,
|
||||||
draggable: props.readOnly ? undefined : { type: 'handle', width: 32 },
|
draggable: props.readOnly ? undefined : { type: 'handle', width: 32 },
|
||||||
heightUsed: 374,
|
heightUsed: 374,
|
||||||
|
showSubdirectory: true,
|
||||||
},
|
},
|
||||||
(item) => ({
|
(item) => ({
|
||||||
...item,
|
...item,
|
||||||
|
|
|
@ -310,6 +310,7 @@
|
||||||
showSelectAll: !props.readOnly,
|
showSelectAll: !props.readOnly,
|
||||||
draggable: props.readOnly ? undefined : { type: 'handle', width: 32 },
|
draggable: props.readOnly ? undefined : { type: 'handle', width: 32 },
|
||||||
heightUsed: 374,
|
heightUsed: 374,
|
||||||
|
showSubdirectory: true,
|
||||||
},
|
},
|
||||||
(item) => ({
|
(item) => ({
|
||||||
...item,
|
...item,
|
||||||
|
|
Loading…
Reference in New Issue