mirror of
https://github.com/dataease/dataease.git
synced 2026-05-21 04:08:10 +08:00
Merge pull request #3605 from dataease/pr@dev@fix_template-market
fix(模板市场): 修复历史模板数据应用后视图无法显示问题
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
class="market-main"
|
||||
>
|
||||
<el-row>
|
||||
<el-col span="12">
|
||||
<el-col :span="12">
|
||||
<span class="title-left">{{ $t('panel.template_market') }}</span>
|
||||
</el-col>
|
||||
<el-col span="12">
|
||||
@@ -23,7 +23,7 @@
|
||||
size="small"
|
||||
class="title-right"
|
||||
:placeholder="$t('panel.enter_template_name_tips')"
|
||||
clearable="true"
|
||||
:clearable="true"
|
||||
/>
|
||||
</el-col>
|
||||
</el-row>
|
||||
@@ -88,7 +88,7 @@
|
||||
:visible.sync="folderSelectShow"
|
||||
width="600px"
|
||||
class="market-dialog-css"
|
||||
append-to-body="true"
|
||||
:append-to-body="true"
|
||||
:destroy-on-close="true"
|
||||
>
|
||||
<el-form
|
||||
|
||||
Reference in New Issue
Block a user