登记簿弹窗目录问题修改
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -148,7 +148,7 @@ export default { | ... | @@ -148,7 +148,7 @@ export default { |
| 148 | index | 148 | index |
| 149 | ].label.split(":")[0]; | 149 | ].label.split(":")[0]; |
| 150 | this.treedata[0].children[1].children[0].children[index].label = | 150 | this.treedata[0].children[1].children[0].children[index].label = |
| 151 | label + | 151 | label + ":" + |
| 152 | (qszts[item][0] || 0) + | 152 | (qszts[item][0] || 0) + |
| 153 | ",现:" + | 153 | ",现:" + |
| 154 | (qszts[item][1] || 0) + | 154 | (qszts[item][1] || 0) + | ... | ... |
-
Please register or sign in to post a comment