瀏覽代碼

数据源列字段【数据类型】改为【分析类型】

zhuth 7 年之前
父節點
當前提交
92c4a4b063
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/datasource/columnConfig.jsx

+ 1 - 1
src/components/datasource/columnConfig.jsx

@@ -104,7 +104,7 @@ class DataSourceColumnConfig extends React.Component {
         //     key: 'dataType',
         //     key: 'dataType',
         //     width: widths[3]
         //     width: widths[3]
         }, {
         }, {
-            title: '数据类型',
+            title: '分析类型',
             dataIndex: 'columnType',
             dataIndex: 'columnType',
             key: 'columnType',
             key: 'columnType',
             width: widths[2],
             width: widths[2],