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: { label: {
target: false, target: false,
measure: { measure: {
// position: extProps?.vertical === 'vertical' ? 'top' : 'right', position: extProps?.layout === 'vertical' ? 'top' : 'right',
// style: { // style: {
// fill: '#063CAA', // fill: '#063CAA',
// }, // },

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

Loading…
Cancel
Save