Browse Source

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

zhuth 7 years ago
parent
commit
92c4a4b063
1 changed files with 1 additions and 1 deletions
  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',
         //     width: widths[3]
         }, {
-            title: '数据类型',
+            title: '分析类型',
             dataIndex: 'columnType',
             key: 'columnType',
             width: widths[2],