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-07-19 16:56:57 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
082025e626a00e408e8084f69e816725343440db
082025e6
1 parent
7834a478
fix 补充信息显示优化
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/components/CheckboxField/index.vue
src/components/CheckboxField/index.vue
View file @
082025e
<!--
* @Date: 2022-08-30 11:34:19
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-0
6-14 10:12:00
* @LastEditTime: 2024-0
7-19 16:55:56
* @FilePath: /data-table/src/components/CheckboxField/index.vue
* @Description: 多项选择控件
-->
...
...
@@ -113,7 +113,7 @@ onMounted(() => {
arr.forEach(item => {
if (item.includes(':')) {
let parts = item.split(': ');
obj[parts[0]] =
parseInt
(parts[1]);
obj[parts[0]] = (parts[1]);
}
});
checkbox_value.value = titles;
...
...
Please
register
or
login
to post a comment