|
@@ -113,7 +113,6 @@ const pageChange = ({ current, size }) => {
|
|
|
const tableData = ref([])
|
|
|
const tableColumn = ref([
|
|
|
{ key: 'title', name: '名称' },
|
|
|
- { key: 'tabType', name: '类型', width: 120, align: 'center' },
|
|
|
{ key: 'elementTotal', name: '总量', width: 80, align: 'center' },
|
|
|
{ key: 'tabOwner', name: '所属方', width: 140, align: 'center' },
|
|
|
{ key: 'fillRate', name: '填报率', width: 80, align: 'center' },
|