|
@ -44,9 +44,9 @@ |
|
|
|
|
|
|
|
|
<div v-if="node.childNodes.length==0" |
|
|
<div v-if="node.childNodes.length==0" |
|
|
style="width: 100%;display: flex;flex-direction: row;align-items: center;"> |
|
|
style="width: 100%;display: flex;flex-direction: row;align-items: center;"> |
|
|
<img v-if="data.isOpenId=='2'" src="../../../public/image/link.png" |
|
|
<img v-if="data.isOpenId=='2'" src="@/assets/images/link.png" |
|
|
style="width: 35px;height: 25px;margin-right: 30px;" /> |
|
|
style="width: 35px;height: 25px;margin-right: 30px;" /> |
|
|
<img v-if="data.isOpenId=='1'" src="../../../public/image/unlink.png" |
|
|
<img v-if="data.isOpenId=='1'" src="@/assets/images/unlink.png" |
|
|
style="width: 35px;height: 25px;margin-right: 30px;" /> |
|
|
style="width: 35px;height: 25px;margin-right: 30px;" /> |
|
|
<!-- <span style="margin-left: 30px;width:100px; overflow: hidden;text-align: center; |
|
|
<!-- <span style="margin-left: 30px;width:100px; overflow: hidden;text-align: center; |
|
|
white-space: nowrap; |
|
|
white-space: nowrap; |
|
|