微调
This commit is contained in:
@@ -198,11 +198,11 @@
|
||||
</el-icon>
|
||||
</el-button>
|
||||
<div class="flex items-center">
|
||||
<el-button text circle size="small" @click="onHelpClick">
|
||||
<!-- <el-button text circle size="small" @click="onHelpClick">
|
||||
<el-icon title="帮助" :size="20">
|
||||
<svg-analysis name="help"></svg-analysis>
|
||||
</el-icon>
|
||||
</el-button>
|
||||
</el-button> -->
|
||||
<el-button text circle size="small" @click="toggle">
|
||||
<el-icon title="全屏" :size="20">
|
||||
<svg-analysis :name="isFullscreen ? 'exit-full-screen' : 'full-screen'"></svg-analysis>
|
||||
|
||||
@@ -302,9 +302,14 @@ const handleSelectUID = (uid: []) => {
|
||||
}
|
||||
if (selectItemSettingProps.itemJson) {
|
||||
selectItemSettingProps.itemJson.UID = uid
|
||||
if (useData.graphicDisplay == 'zl') {
|
||||
selectItemSettingProps.itemJson.UIDName =
|
||||
nodes[0].pathNodes[1].data.name + '$' + nodes[0].pathNodes[2].data.name + '$' + nodes[0].data.name //name.join('/')
|
||||
console.log("🚀 ~ handleSelectUID ~ 'nodes[0].pathNodes[0]$' + nodes[0].data.name:", nodes[0])
|
||||
} else {
|
||||
selectItemSettingProps.itemJson.UIDName = name.join('/')
|
||||
}
|
||||
|
||||
|
||||
if (is2DArray(uid)) {
|
||||
selectItemSettingProps.itemJson.UIDNames = name.join(' / ')
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user