fix: 接口定义列表增加描述列
This commit is contained in:
parent
43e3c90c17
commit
87f71784e5
|
@ -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: [
|
||||||
|
|
Loading…
Reference in New Issue