Przeglądaj źródła

数据治理-元数据:表单数据类型key改为data_type

Xiao_123 1 miesiąc temu
rodzic
commit
c3021a19a3

Plik diff jest za duży
+ 772 - 200
package-lock.json


+ 2 - 2
src/views/dataGovernance/metadata/components/edit.vue

@@ -64,7 +64,7 @@ export default {
         },
         {
           type: 'autocomplete',
-          key: 'type',
+          key: 'data_type',
           label: '请选择数据类型 *',
           col: 6,
           noAttach: true,
@@ -78,7 +78,7 @@ export default {
           label: '请选择标签',
           col: 6,
           noAttach: true,
-          itemText: 'name',
+          itemText: 'name_zh',
           itemValue: 'id',
           items: this.tagItems
         },

+ 1 - 1
src/views/dataGovernance/metadata/index.vue

@@ -85,7 +85,7 @@ export default {
         { text: '标签', value: 'tag' },
         { text: '状态', value: 'status' },
         { text: '血缘关系数量', value: 'blood_count', align: 'center' },
-        { text: '创建时间', value: 'time' },
+        { text: '创建时间', value: 'create_time' },
         { text: '操作', value: 'actions' }
       ],
       items: [],

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików