Sfoglia il codice sorgente

数据集添加来源查找

cfort 3 anni fa
parent
commit
4933c32ce2
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      src/views/platform/data/dataset/list.vue

+ 2 - 1
src/views/platform/data/dataset/list.vue

@@ -102,7 +102,8 @@ export default {
           forms: [
             { prop: 'Q^NAME_^SL', label: '名称', labelWidth: 80, itemWidth: 200 },
             { prop: 'Q^KEY_^SL', label: '业务主键', labelWidth: 80, itemWidth: 200 },
-            { prop: 'Q^TYPE_^SL', label: '类型', fieldType: 'select', options: datasetTypeOptions, labelWidth: 80, itemWidth: 200 }
+            { prop: 'Q^TYPE_^SL', label: '类型', fieldType: 'select', options: datasetTypeOptions, labelWidth: 80, itemWidth: 200 },
+            { prop: 'Q^FROM_^SL', label: '来源', labelWidth: 80, itemWidth: 200 }
           ]
         },
         // 表格字段配置