diff --git a/src/api/idcTableTagRef.js b/src/api/idcTableTagRef.js new file mode 100644 index 0000000..04218ca --- /dev/null +++ b/src/api/idcTableTagRef.js @@ -0,0 +1,13 @@ +import { getAction, deleteAction, putAction, postAction, httpAction,uploadAction } from '@/api/manage' + +const idcTableTagRef = (params)=>postAction("/idcTableTagRef/add",params); +const getTableTagRefs = (params)=>getAction("/idcTableTagRef/getTableTagRefs",params); +const getAllTable = (params)=>getAction("/idcTableTagRef/getAllTable",params); +const idcTableTagRefdelete = (params)=>deleteAction("/idcTableTagRef/delete",params); + +export { + idcTableTagRef, + getTableTagRefs, + getAllTable, + idcTableTagRefdelete +} diff --git a/src/views/data/dataCataloguing.vue b/src/views/data/dataCataloguing.vue index a432dd8..db3d9a0 100644 --- a/src/views/data/dataCataloguing.vue +++ b/src/views/data/dataCataloguing.vue @@ -5,22 +5,22 @@ - - - - - - - - - {{ d.cnName }} + + + + {{ d.tagName }} + + + + + - 查询 + 查询 @@ -28,12 +28,15 @@
+ :pagination="false" + :scroll="{ y: 800 }" + :columns="tagcolumns" + :dataSource="dataRefsSources"> @@ -42,9 +45,9 @@
- 添加标签 + 添加标签
- 移除标签 + 移除标签
@@ -52,12 +55,12 @@ - + - 查询 + 查询 @@ -67,10 +70,13 @@ + :dataSource="dataSource"> @@ -84,9 +90,12 @@ \ No newline at end of file diff --git a/src/views/data/statistics.vue b/src/views/data/statistics.vue index e30b4ab..3f93d1a 100644 --- a/src/views/data/statistics.vue +++ b/src/views/data/statistics.vue @@ -60,7 +60,10 @@ title: { text: '数据清洗差异统计' }, - legend: {}, + legend: { + bottom: 10, + left: 'center' + }, tooltip: {}, dataset: { source: [ @@ -89,7 +92,9 @@ title: { text: '数据编目总量统计' }, - legend: {}, + legend: { + bottom: 10, + left: 'center'}, tooltip: {}, dataset: { source: [ @@ -131,13 +136,10 @@ type: 'pie', radius: '50%', data: [ - { value: 1048, name: '平台' }, - { value: 735, name: '编队' }, - { value: 580, name: '航空兵' }, - { value: 484, name: '陆战队' }, - { value: 300, name: '作战' }, - { value: 735, name: '反潜' }, - { value: 580, name: '舰炮' } + { value: 1048, name: '文档' }, + { value: 735, name: '视频' }, + { value: 580, name: '音频' }, + { value: 484, name: '结构化数据' }, ], emphasis: { itemStyle: {