fanzhen1219
This commit is contained in:
22
src/store.js
22
src/store.js
@@ -53,8 +53,26 @@ export default new Vuex.Store({
|
||||
// 下拉筛选条件
|
||||
selectData: null,
|
||||
// 转置状态
|
||||
transState: true
|
||||
|
||||
transState: true,
|
||||
// 非地区维度转换
|
||||
noAreadimensionState: false,
|
||||
// 高级查询状态
|
||||
advancedSearchState: false,
|
||||
// 定义一个局的指标与地区互换的数据组
|
||||
labelArea: null,
|
||||
// 地区数据总数据
|
||||
AreaAllCountData: null,
|
||||
// 地区数据维度转换状态
|
||||
areaDimensionState: false,
|
||||
// 当前维度转换没有被选中的维度标记
|
||||
noSelecttDimension: 'zb',
|
||||
// 当前维度转换选中的
|
||||
SelecttDimension: {
|
||||
row: 'sj',
|
||||
col: 'dq'
|
||||
},
|
||||
// 左侧当前展开
|
||||
openOpenLeft: null
|
||||
},
|
||||
mutations: {},
|
||||
actions: {
|
||||
|
||||
Reference in New Issue
Block a user