Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-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
f8fab731
authored
2022-12-28 09:30:18 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:弹框按钮
1 parent
e504baf3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/dataDetails/edit-dialog.vue
src/components/dataDetails/edit-dialog.vue
View file @
f8fab73
...
...
@@ -92,7 +92,7 @@
<el-button
type=
"primary"
plain
@
click=
"submitForm"
v-if=
"!Edit"
:loading=
"saveloding"
:disabled=
"JSON.stringify(this.$store.state.business.rules) === '
{}'">确定
</el-button>
n @click="closeDialog()">关闭
</el-button>
<el-butto
n
@
click=
"closeDialog()"
>
关闭
</el-button>
</div>
</div>
</el-dialog>
...
...
Please
register
or
sign in
to post a comment