Prechádzať zdrojové kódy

数据产品表单文字调整

Xiao_123 3 týždňov pred
rodič
commit
9e4f6733bb

+ 1 - 1
src/views/dataService/dataProduct/components/RegisterForm.vue

@@ -55,7 +55,7 @@ export default {
         {
           type: 'text',
           key: 'target_schema',
-          label: 'Schema',
+          label: '数据库结构(schema)',
           placeholder: '默认 public'
         },
         {

+ 1 - 1
src/views/dataService/dataProduct/index.vue

@@ -96,7 +96,7 @@ export default {
         { text: '产品名称', value: 'product_name' },
         { text: '英文名称', value: 'product_name_en' },
         { text: '目标表', value: 'target_table' },
-        { text: 'Schema', value: 'target_schema' },
+        { text: '数据库结构(schema)', value: 'target_schema' },
         { text: '记录数', value: 'record_count', align: 'center' },
         { text: '列数', value: 'column_count', align: 'center' },
         { text: '数据流', value: 'source_dataflow_name' },