wetrade-design
Version:
一款多语言支持Vue3的UI框架
58 lines (57 loc) • 1.22 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.mockToolsData = void 0;
var mockToolsData = {
id: 'Ivk91WmQa9ImtAqp',
coordinate: [2394, 432],
height: 68,
width: 454,
meta: {
extParam: {
canAdd: true,
canInsert: true,
isError: false,
isHighLight: false,
isMergeNode: false,
isOpen: true,
configParams: {
field: 'compare',
maxNum: 999.99,
minNum: -99.99,
decimal: 2,
presetValue: [{
name: '≥',
value: 1
}, {
name: '介于',
value: 2
}, {
name: '<',
value: 3
}],
componentName: 'ratioSelect'
},
menuDisabled: false,
isDrag: false,
isDraging: false,
verifyStatus: true,
toolsIsEdit: false,
options: null
},
mergeNode: null,
type: 3,
configName: '比例',
configKey: 'chg_pct_rate',
processorPrefix: 'riseAndFall',
compare: 1,
values: ['0.1', null],
regionType: null,
stockRange: null,
reboundRetreatPriceDiff: null,
targetBuySell: null,
children: []
}
};
exports.mockToolsData = mockToolsData;