diff --git a/webapp/packages/supersonic-fe/src/pages/SemanticModel/components/DimensionValueSettingModal.tsx b/webapp/packages/supersonic-fe/src/pages/SemanticModel/components/DimensionValueSettingModal.tsx index ef034022a..d082402ae 100644 --- a/webapp/packages/supersonic-fe/src/pages/SemanticModel/components/DimensionValueSettingModal.tsx +++ b/webapp/packages/supersonic-fe/src/pages/SemanticModel/components/DimensionValueSettingModal.tsx @@ -30,7 +30,7 @@ const DimensionValueSettingModal: React.FC = ({ const [menuKey, setMenuKey] = useState('default'); const defaultPagination = { current: 1, - pageSize: 2, + pageSize: 20, total: 0, }; const [pagination, setPagination] = useState(defaultPagination); @@ -124,6 +124,7 @@ const DimensionValueSettingModal: React.FC = ({ title: '维度值', dataIndex: 'value', width: 200, + editable: false, tooltip: '数据库中存储的维度值数据。 比如数据库中维度平台的维度值有kw、qy等', formItemProps: { fieldProps: {