|
|
|
@ -6535,7 +6535,7 @@ const updataBase = (val: any) => { |
|
|
|
<el-button size="small" style="margin-right: 12px;" @click="openDialog"> |
|
|
|
批量导入 |
|
|
|
</el-button> |
|
|
|
<div style="width:100%; position: relative; top: 6px; display: flex;"> |
|
|
|
<!-- <div style="width:100%; position: relative; top: 6px; display: flex;"> |
|
|
|
<div v-if="showHide(['switch'], true)"> |
|
|
|
<el-button style="position: relative; top: -1px" @click="handelGlxxszDialogSwitch" >关联选项设置</el-button> |
|
|
|
</div> |
|
|
|
@ -6556,7 +6556,7 @@ const updataBase = (val: any) => { |
|
|
|
> |
|
|
|
<el-button style="position: relative; top: -1px;right:-12px" @click="handelZdtcszDialog">矩阵填充设置</el-button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> --> |
|
|
|
</el-form-item> |
|
|
|
</template> |
|
|
|
<template v-else-if="controlData.config.optionsType === 3"> |
|
|
|
@ -8308,7 +8308,7 @@ const updataBase = (val: any) => { |
|
|
|
<el-tree-select |
|
|
|
v-model="controlData.control.optionsValue3Formid" |
|
|
|
style="width: 390px" |
|
|
|
:data="customerFormTree[0].children" |
|
|
|
:data="customerFormTree[0].children?customerFormTree[0].children:[]" |
|
|
|
check-strictly |
|
|
|
:render-after-expand="false" |
|
|
|
filterable |
|
|
|
|