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
ce790ceb
authored
2022-11-23 17:27:57 +0800
by
夏齐
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
2 parents
633385d8
d342e208
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
5 deletions
src/views/system/sqywgz/components/clgzsd.vue
src/views/system/sqywgz/components/editDialog.vue
src/views/system/sqywgz/sqywDetail.vue
src/views/system/sqywgz/components/clgzsd.vue
View file @
ce790ce
...
...
@@ -65,7 +65,7 @@ export default {
},
{
label
:
'是否必填'
,
width
:
'1
0
0'
,
width
:
'1
3
0'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
radio
-
group
v
-
model
=
{
scope
.
row
.
isrequired
}
onChange
=
{(
val
)
=>
{
scope
.
row
[
scope
.
column
.
property
]
=
val
}}
>
...
...
src/views/system/sqywgz/components/editDialog.vue
View file @
ce790ce
...
...
@@ -320,7 +320,7 @@ export default {
@import
"~@/styles/mixin.scss"
;
/
deep
/
.el-radio
{
margin-right
:
8px
;
margin-right
:
0
;
}
/
deep
/
.el-radio__label
{
...
...
src/views/system/sqywgz/sqywDetail.vue
View file @
ce790ce
<
template
>
<el-dialog
:title=
"sqqlRule.nodename"
custom-class=
"dialogBox contentCenter"
width=
"8
5
%"
top=
"0"
<el-dialog
:title=
"sqqlRule.nodename"
custom-class=
"dialogBox contentCenter"
width=
"8
0
%"
top=
"0"
:visible
.
sync=
"dialogVisible"
:before-close=
"cancelDialog"
>
<ul
class=
"edit-title-list"
v-if=
"djlxList.length > 0"
>
<li
v-for=
"(item, index) in djlxList"
@
click=
"handleTitleSelct(item, index)"
:key=
"index"
...
...
@@ -205,7 +205,7 @@ export default {
},
{
label
:
'是否启用登记情形'
,
width
:
'14
0
'
,
width
:
'14
1
'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
radio
-
group
v
-
model
=
{
scope
.
row
.
enabled
}
disabled
=
{
scope
.
row
.
sftsdjqx
==
'1'
}
onChange
=
{(
val
)
=>
{
scope
.
row
[
scope
.
column
.
property
]
=
val
}}
>
...
...
@@ -324,7 +324,7 @@ export default {
},
{
label
:
'是否公共材料'
,
width
:
'1
0
0'
,
width
:
'1
1
0'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
radio
-
group
v
-
model
=
{
scope
.
row
.
sfggcl
}
onChange
=
{(
val
)
=>
{
scope
.
row
[
scope
.
column
.
property
]
=
val
;
this
.
handleSelectGgcl
(
scope
.
row
)
}}
>
...
...
@@ -428,6 +428,10 @@ export default {
overflow-y
:
scroll
;
}
.el-radio-group
{
white-space
:
nowrap
;
}
.form
{
background
:
#eee
;
padding
:
0
10px
;
...
...
Please
register
or
sign in
to post a comment