forked from github/dataease
refactor: 批量操作优化
This commit is contained in:
parent
dc12026faf
commit
18cfe958ff
@ -569,7 +569,10 @@ export const dvMainStore = defineStore('dataVisualization', {
|
|||||||
mixPropertiesTemp = deepCopy(componentInfo.properties)
|
mixPropertiesTemp = deepCopy(componentInfo.properties)
|
||||||
mixPropertyInnerTemp = deepCopy(componentInfo.propertyInner)
|
mixPropertyInnerTemp = deepCopy(componentInfo.propertyInner)
|
||||||
}
|
}
|
||||||
batchAttachInfo.type = componentInfo.value
|
batchAttachInfo.type =
|
||||||
|
batchAttachInfo.type === null || batchAttachInfo.type === componentInfo.value
|
||||||
|
? componentInfo.value
|
||||||
|
: 'mix'
|
||||||
}
|
}
|
||||||
mixPropertiesTemp.forEach(property => {
|
mixPropertiesTemp.forEach(property => {
|
||||||
if (mixPropertyInnerTemp[property]) {
|
if (mixPropertyInnerTemp[property]) {
|
||||||
|
@ -271,7 +271,7 @@ watch(
|
|||||||
</collapse-switch-item>
|
</collapse-switch-item>
|
||||||
<el-collapse-item
|
<el-collapse-item
|
||||||
:effect="themes"
|
:effect="themes"
|
||||||
v-if="showProperties('misc-selector')"
|
v-if="showProperties('misc-selector') && !chart.type.includes('mix')"
|
||||||
name="size"
|
name="size"
|
||||||
title="大小"
|
title="大小"
|
||||||
>
|
>
|
||||||
|
@ -210,7 +210,6 @@ onMounted(() => {
|
|||||||
:model="state.labelForm"
|
:model="state.labelForm"
|
||||||
label-position="top"
|
label-position="top"
|
||||||
>
|
>
|
||||||
<el-row v-if="batchOptStatus" style="margin-bottom: 12px"> 无其他公共属性 </el-row>
|
|
||||||
<el-space>
|
<el-space>
|
||||||
<el-form-item
|
<el-form-item
|
||||||
class="form-item"
|
class="form-item"
|
||||||
|
Loading…
Reference in New Issue
Block a user