fanzhen1219

This commit is contained in:
fanzhen123
2019-12-19 18:33:31 +08:00
parent 84e10c524e
commit 607c4e792c
20 changed files with 2354 additions and 375 deletions

View File

@@ -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: {