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
1771245e
authored
2023-07-07 09:51:07 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev'
2 parents
980d6f0a
0e51c16b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/components/ywdialog.vue
src/views/components/ywdialog.vue
View file @
1771245
...
...
@@ -4,7 +4,7 @@
-->
<
template
>
<div
class=
'ywdialog'
>
<el-link
type=
"danger"
>
{{
formData
.
message
}}
</el-link>
<el-link
type=
"danger"
:underline=
"false"
>
{{
formData
.
message
}}
</el-link>
<el-table
v-if=
"formData.result"
:data=
"formData.result"
...
...
Please
register
or
sign in
to post a comment