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
ef27c1d9
authored
2022-09-01 18:58:34 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:权利信息
1 parent
60228c12
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
src/views/system/sqywgz/components/dyztsd.vue
src/views/system/sqywgz/components/dyztsd.vue
View file @
ef27c1d
...
...
@@ -17,6 +17,7 @@
</el-col>
</el-row>
</el-form>
<div
v-if=
"ruleForm.sfsxql != '0'"
>
<div
class=
"dyztsd-title"
>
<b>
请勾选需要查询的权利信息
</b>
<div>
...
...
@@ -25,11 +26,12 @@
</div>
</div>
<el-divider></el-divider>
<ul
class=
"qlxx-list"
v-if=
"ruleForm.sfsxql != '1'
"
>
<ul
class=
"qlxx-list
"
>
<li
v-for=
"(item, index) in dataList.sxql"
:key=
"index"
>
<el-checkbox
v-model=
"item.checked"
>
{{
item
.
sxzdmc
}}
</el-checkbox>
</li>
</ul>
</div>
<ul
class=
"screen-list"
>
<li
v-for=
"(item, index) in dataList.sxzt"
:key=
"index"
>
<div
class=
"screen-list-left"
>
...
...
Please
register
or
sign in
to post a comment