fix(图表): 修复明细表斑马纹透明度保存无效 (#15288)

This commit is contained in:
wisonic-s
2025-03-11 18:13:00 +08:00
committed by GitHub
parent 22b7d91996
commit 9f80b0a33d

View File

@@ -150,7 +150,7 @@ onMounted(() => {
:class="'form-item-' + themes"
class="form-item"
label=""
v-if="showProperty('tableItemSubBgColor')"
v-if="showProperty('tableItemSubBgColor') && state.tableCellForm.tableItemSubBgColor"
>
<el-color-picker
v-model="state.tableCellForm.tableItemSubBgColor"