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

This commit is contained in:
chenjianxing 2021-11-16 11:09:19 +08:00 committed by jianxing
parent d453674d6c
commit 0cfa57212d
1 changed files with 8 additions and 0 deletions

View File

@ -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"