Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
f8f608fc
authored
2022-10-13 15:30:26 +0800
by
liangyifan
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
按钮显隐
1 parent
ac10c1b2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
src/components/tanchuang/index.vue
src/components/tanchuang/index.vue
View file @
f8f608f
...
...
@@ -13,7 +13,7 @@
<div
class=
"ls-mask-content"
ref=
'contentRef'
:style=
"
{'height': contentHeight + 'px'}">
<component
:is=
"editItem"
ref=
'childRef'
@
loading=
'loadingFn'
:formData=
'formData'
/>
</div>
<div
class=
"ls-mask-footer"
>
<div
class=
"ls-mask-footer"
v-if=
'btnShow'
>
<el-button
type=
"primary"
@
click=
"onConfirm"
>
{{
confirmText
}}
</el-button>
<el-button
@
click=
"onCancel"
>
{{
cancelText
}}
</el-button>
</div>
...
...
@@ -26,6 +26,7 @@ export default {
name
:
'index'
,
data
()
{
return
{
btnShow
:
false
,
title
:
'提示'
,
cancelText
:
'取消'
,
confirmText
:
'确认'
,
...
...
Please
register
or
sign in
to post a comment