Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
@@ -265,7 +265,7 @@ export default {
|
||||
total: 0,
|
||||
total2: 0,
|
||||
pageSize: this.$store.getters.userInfo.configContent,
|
||||
sideClose: true,
|
||||
sideClose: false,
|
||||
data: [], // table数据
|
||||
treeLoading: false,
|
||||
Loading: false,
|
||||
|
||||
@@ -313,7 +313,7 @@ export default {
|
||||
},
|
||||
nodeList2: [],
|
||||
modalflag: false,
|
||||
sideClose: true, // 边栏收展状态
|
||||
sideClose: false, // 边栏收展状态
|
||||
filterText: '',
|
||||
treeData: [],
|
||||
defaultProps: {
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
<div @click="toPage">
|
||||
<div>
|
||||
<div v-if="label" class="icon-style">
|
||||
<span v-for="item in icons" v-if="item.label === label" :class="item.icon">
|
||||
<span style="padding-left: 10px">
|
||||
<span v-for="item in icons" v-if="item.label === label" :class="item.icon" style="font-size: 20px;">
|
||||
<span style="padding-left: 10px; font-size: 16px">
|
||||
{{ label }}
|
||||
</span>
|
||||
</span>
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
highlight-current
|
||||
@node-click="treeClick"
|
||||
:filter-node-method="filterNode"
|
||||
default-expand-all
|
||||
:expand-on-click-node="false">
|
||||
<span class="custom-tree-node" slot-scope="{ node, data }" @mouseenter="mouseenter(data)"
|
||||
@mouseleave="mouseleave(data)">
|
||||
@@ -1895,7 +1894,7 @@ export default {
|
||||
loading: false,
|
||||
importLoading: false,
|
||||
isCollapse: true,
|
||||
sideClose: true, // 边栏收展状态
|
||||
sideClose: false, // 边栏收展状态
|
||||
isAdvancedSearch: false, // 高级检索窗口是否打开
|
||||
replaceStandNumModel: false,
|
||||
lawsExplainQuoteModel: false,
|
||||
|
||||
+1
-2
@@ -23,7 +23,6 @@
|
||||
highlight-current
|
||||
@node-click="treeClick"
|
||||
:filter-node-method="filterNode"
|
||||
default-expand-all
|
||||
:expand-on-click-node="false">
|
||||
<span class="custom-tree-node" slot-scope="{ node, data }" @mouseenter="mouseenter(data)" @mouseleave="mouseleave(data)">
|
||||
<span :class="data.children.length !== 0 ? 'is-show' : 'is-leaf-none'"></span>
|
||||
@@ -1961,7 +1960,7 @@ export default {
|
||||
creationTime: ''
|
||||
},
|
||||
removeOneId: '',
|
||||
sideClose: true, // 边栏收展状态
|
||||
sideClose: false, // 边栏收展状态
|
||||
twoOptions: [],
|
||||
threeOptions: [],
|
||||
orgData: [],
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
highlight-current
|
||||
@node-click="treeClick"
|
||||
:filter-node-method="filterNode"
|
||||
default-expand-all
|
||||
:expand-on-click-node="false">
|
||||
<span class="custom-tree-node" slot-scope="{ node, data }" @mouseenter="mouseenter(data)" @mouseleave="mouseleave(data)">
|
||||
<span :class="data.children.length !== 0 ? 'is-show' : 'is-leaf-none'"></span>
|
||||
@@ -2129,7 +2128,7 @@
|
||||
creationTime: ''
|
||||
},
|
||||
removeOneId: '',
|
||||
sideClose: true, // 边栏收展状态
|
||||
sideClose: false, // 边栏收展状态
|
||||
twoOptions: [],
|
||||
threeOptions: [],
|
||||
orgData: [],
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
highlight-current
|
||||
@node-click="treeClick"
|
||||
:filter-node-method="filterNode"
|
||||
default-expand-all
|
||||
:expand-on-click-node="false">
|
||||
<span class="custom-tree-node" slot-scope="{ node, data }" @mouseenter="mouseenter(data)" @mouseleave="mouseleave(data)">
|
||||
<span :class="data.children.length !== 0 ? 'is-show' : 'is-leaf-none'"></span>
|
||||
@@ -1751,7 +1750,7 @@ export default {
|
||||
// 分页查询过程中用到的对象
|
||||
loading: false,
|
||||
isCollapse: true,
|
||||
sideClose: true, // 边栏收展状态
|
||||
sideClose: false, // 边栏收展状态
|
||||
isAdvancedSearch: false, // 高级检索窗口是否打开
|
||||
replaceStandNumModel: false,
|
||||
lawsExplainQuoteModel: false,
|
||||
|
||||
Reference in New Issue
Block a user