refactor: 接口定义列表增加描述列
This commit is contained in:
parent
d453674d6c
commit
0cfa57212d
|
@ -170,6 +170,14 @@
|
||||||
sortable
|
sortable
|
||||||
:fields-width="fieldsWidth"
|
:fields-width="fieldsWidth"
|
||||||
:label="$t('api_test.definition.api_case_passing_rate')"/>
|
:label="$t('api_test.definition.api_case_passing_rate')"/>
|
||||||
|
|
||||||
|
<ms-table-column
|
||||||
|
prop="description"
|
||||||
|
:field="item"
|
||||||
|
min-width="120px"
|
||||||
|
sortable
|
||||||
|
:fields-width="fieldsWidth"
|
||||||
|
:label="$t('commons.description')"/>
|
||||||
</span>
|
</span>
|
||||||
</ms-table>
|
</ms-table>
|
||||||
<ms-table-pagination :change="initTable" :current-page.sync="currentPage" :page-size.sync="pageSize"
|
<ms-table-pagination :change="initTable" :current-page.sync="currentPage" :page-size.sync="pageSize"
|
||||||
|
|
Loading…
Reference in New Issue