Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
jml0128
/
xrk-bi
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 8d97660b
authored
May 24, 2022
by
admin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:选择图片单选按钮禁用逻辑
1 parent
aaa71de4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/packages/bi/src/components/photo-wall/select.vue
src/packages/bi/src/components/photo-wall/select.vue
View file @
8d97660
...
...
@@ -21,7 +21,7 @@
:key=
"item.imageUrl + index"
>
<el-checkbox
:disabled=
"selectSum >= 50 &&
item.isSelect === 0
"
:disabled=
"selectSum >= 50 &&
!imageUrlsMap.includes(item.imageUrl)
"
class=
"select-box"
:value=
"imageUrlsMap.includes(item.imageUrl)"
@
change=
"
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment