kz-ui-base 2.5.165 → 2.5.166
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
:data="treeShapeOptions"
|
|
82
82
|
node-key="id"
|
|
83
83
|
:props="defaultProps"
|
|
84
|
-
default-expand-all
|
|
84
|
+
:default-expand-all="treeExpandAll"
|
|
85
85
|
:expand-on-click-node="false"
|
|
86
86
|
:filter-node-method="filterNode"
|
|
87
87
|
:current-node-key="currentNodekey"
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
:expand-on-click-node="false"
|
|
103
103
|
:filter-node-method="filterNode"
|
|
104
104
|
ref="tree"
|
|
105
|
-
default-expand-all
|
|
105
|
+
:default-expand-all="treeExpandAll"
|
|
106
106
|
highlight-current
|
|
107
107
|
@node-click="handleNodeClick"
|
|
108
108
|
/>
|
|
@@ -1334,6 +1334,7 @@ export default class listBasePage extends Vue {
|
|
|
1334
1334
|
value;
|
|
1335
1335
|
@Prop()
|
|
1336
1336
|
setting;
|
|
1337
|
+
treeExpandAll = true;
|
|
1337
1338
|
pageSizes = [5, 10, 20, 30, 50];
|
|
1338
1339
|
//合同表格变色
|
|
1339
1340
|
salesContractStatus = false;
|