forked from github/dataease
fix(仪表板): 移动端配置首次添加表格没有数据
This commit is contained in:
parent
116601bbbd
commit
7a48cb9400
@ -128,7 +128,7 @@ const addToMobile = com => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const changeTimes = ref(0)
|
const changeTimes = ref(0)
|
||||||
|
const activeCollapse = ref('com')
|
||||||
const handleBack = () => {
|
const handleBack = () => {
|
||||||
if (!changeTimes.value) {
|
if (!changeTimes.value) {
|
||||||
emits('pcMode')
|
emits('pcMode')
|
||||||
@ -180,7 +180,7 @@ const save = () => {
|
|||||||
</div>
|
</div>
|
||||||
<div class="mobile-com-list">
|
<div class="mobile-com-list">
|
||||||
<div class="config-mobile-sidebar">移动端配置</div>
|
<div class="config-mobile-sidebar">移动端配置</div>
|
||||||
<el-collapse>
|
<el-collapse v-model="activeCollapse">
|
||||||
<el-collapse-item title="样式设置" name="style" class="content-no-padding-bottom">
|
<el-collapse-item title="样式设置" name="style" class="content-no-padding-bottom">
|
||||||
<MobileBackgroundSelector @styleChange="changeTimes++"></MobileBackgroundSelector>
|
<MobileBackgroundSelector @styleChange="changeTimes++"></MobileBackgroundSelector>
|
||||||
</el-collapse-item>
|
</el-collapse-item>
|
||||||
|
Loading…
Reference in New Issue
Block a user