Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
data-table
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2024-06-14 10:18:19 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2e57d9417e87d06de2360dd783ba5eb60e4975b7
2e57d941
1 parent
649122bc
fix 修复补充信息填写逻辑
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
src/components/CheckboxField/index.vue
src/components/CheckboxField/index.vue
View file @
2e57d94
<!--
* @Date: 2022-08-30 11:34:19
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-06-1
3 18:38:1
0
* @LastEditTime: 2024-06-1
4 10:12:0
0
* @FilePath: /data-table/src/components/CheckboxField/index.vue
* @Description: 多项选择控件
-->
...
...
@@ -134,6 +134,7 @@ onMounted(() => {
checkbox_value.value.forEach(x => {
if (item.value === x) {
item.checked = true;
affix_value.value[item.value] = item.affix ? `${item.title}: ${item.affix}` : '';
}
})
});
...
...
Please
register
or
login
to post a comment