fix: 接口定义列表增加描述列

This commit is contained in:
chenjianxing 2021-11-16 11:22:54 +08:00 committed by jianxing
parent 43e3c90c17
commit 87f71784e5
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ export let CUSTOM_TABLE_HEADER = {
{id: 'status', key: 'b', label: 'api_test.definition.api_status'}, {id: 'status', key: 'b', label: 'api_test.definition.api_status'},
{id: 'createTime', key: 'c', label: 'commons.create_time'}, {id: 'createTime', key: 'c', label: 'commons.create_time'},
{id: 'projectName', key: 'd', label: 'api_test.definition.api_project'}, {id: 'projectName', key: 'd', label: 'api_test.definition.api_project'},
{id: 'description', key: 'e', label: 'commons.description'},
], ],
//接口用例 //接口用例
API_CASE: [ API_CASE: [