perf: 子弹图数据标签; KPI设置的搜索组件

feature/2.0-sales-trade
Lei OT 2 years ago
parent 440f1bca32
commit c96c23a96e

@ -37,7 +37,7 @@ export default observer((props) => {
label: {
target: false,
measure: {
// position: extProps?.vertical === 'vertical' ? 'top' : 'right',
position: extProps?.layout === 'vertical' ? 'top' : 'right',
// style: {
// fill: '#063CAA',
// },

@ -31,7 +31,8 @@ export default observer((props) => {
const { KPIStore, DictDataStore, date_picker_store: searchFormStore } = useContext(stores_Context);
const { sort, initialValue, hides, shows, fieldProps: _fieldProps } = {
sort: '',
initialValue: '', // searchFormStore.formValues,
// initialValue: '',
initialValue: searchFormStore.formValues,
fieldProps: {},
hides: [],
shows: ['DateType', 'years'],

Loading…
Cancel
Save