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
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
11 deletions
src/views/system/sqywgz/components/dyztsd.vue
src/views/system/sqywgz/components/dyztsd.vue
View file @
ef27c1d
...
...
@@ -17,19 +17,21 @@
</el-col>
</el-row>
</el-form>
<div
class=
"dyztsd-title"
>
<b>
请勾选需要查询的权利信息
</b>
<div>
<el-button
type=
"text"
@
click=
"handleSelectall"
>
选择全部
</el-button>
<el-button
type=
"text"
@
click=
"handleInvert"
>
清除全部
</el-button>
<div
v-if=
"ruleForm.sfsxql != '0'"
>
<div
class=
"dyztsd-title"
>
<b>
请勾选需要查询的权利信息
</b>
<div>
<el-button
type=
"text"
@
click=
"handleSelectall"
>
选择全部
</el-button>
<el-button
type=
"text"
@
click=
"handleInvert"
>
清除全部
</el-button>
</div>
</div>
<el-divider></el-divider>
<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>
<el-divider></el-divider>
<ul
class=
"qlxx-list"
v-if=
"ruleForm.sfsxql != '1'"
>
<li
v-for=
"(item, index) in dataList.sxql"
:key=
"index"
>
<el-checkbox
v-model=
"item.checked"
>
{{
item
.
sxzdmc
}}
</el-checkbox>
</li>
</ul>
<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