forked from github/dataease
fix: 修复部分场景模板中心没有出现应用按钮的问题
This commit is contained in:
parent
671dd498a1
commit
e80444e420
@ -5,14 +5,10 @@
|
||||
<el-row
|
||||
class="bottom-area-show"
|
||||
:class="{
|
||||
'create-area':
|
||||
['branchCreate', 'create'].includes(props.curPosition) ||
|
||||
!createAuth[template.templateType]
|
||||
'create-area': !createAuth[template.templateType]
|
||||
}"
|
||||
>
|
||||
<el-row class="demonstration">
|
||||
{{ template.title }}
|
||||
</el-row>
|
||||
<el-row class="demonstration"> {{ template.title }} </el-row>
|
||||
<el-row class="template-button">
|
||||
<el-button size="mini" style="width: calc(50% - 18px)" @click="templateInnerPreview">{{
|
||||
t('visualization.preview')
|
||||
|
Loading…
Reference in New Issue
Block a user