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
74f29942
authored
2023-06-26 11:28:42 +0800
by
xiaomiao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
--no commit message
1 parent
ba4ae044
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/djbworkflow/djbBook/components/qllxDailog.vue
src/views/djbworkflow/djbBook/components/qllxDailog.vue
View file @
74f2994
...
...
@@ -11,7 +11,7 @@
:visible
.
sync=
"dialogVisible"
custom-class=
"insetDialog"
append-to-body
width=
"
6
0%"
width=
"
5
0%"
>
<!--
<el-radio-group
v-model=
"radio"
>
<el-radio-button
...
...
@@ -23,7 +23,7 @@
</el-radio-group>
-->
<el-button
class=
"gettypebutton"
v-for=
"(value, key) in qllxlistdata"
:key=
"key"
:label=
"value"
@
click=
"clicksss(key)"
plain
>
确定
{{
value
}}
</el-button>
:label=
"value"
@
click=
"clicksss(key)"
plain
>
{{
value
}}
</el-button>
<div
class=
"btn"
>
<el-button
type=
"primary"
@
click=
"handleSubmit"
>
确定
</el-button>
<el-button
type=
"primary"
@
click=
"closeDialog"
>
取消
</el-button>
...
...
Please
register
or
sign in
to post a comment