对接文档详情的法规清单

This commit is contained in:
qq787203167
2022-04-18 10:32:22 +08:00
parent 0564957ca1
commit 50a716b998
4 changed files with 175 additions and 74 deletions
@@ -27,6 +27,7 @@
<a-table
:columns="columns"
rowKey="id"
:scroll="{x: 1500}"
:data-source="dataList"
:pagination="false"
:row-selection="{ selectedRowKeys: selectedRowKeys, onChange: onSelectChange }"
@@ -84,11 +85,13 @@
{
title: this.$t('standard'),
dataIndex: 'serial_number',
ellipsis: true,
align: 'center'
},
{
title: this.$t('title'),
dataIndex: 'title',
ellipsis: true,
align: 'center'
},
{