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
2023-02-10 15:34:54 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
34455041d8654b2b57df6f5554821e8c603093b2
34455041
1 parent
f1b94eed
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
src/components/PickerField/index.vue
src/components/PickerField/index.vue
View file @
3445504
<!--
* @Date: 2022-08-30 13:46:51
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2023-02-
01 09:12:24
* @LastEditTime: 2023-02-
10 15:34:39
* @FilePath: /data-table/src/components/PickerField/index.vue
* @Description: 单列选择器组件
-->
...
...
@@ -61,9 +61,9 @@ const showPicker = ref(false);
const onConfirm = ({ selectedOptions }) => {
props.item.value = selectedOptions[0]?.value;
showPicker.value = false;
if (add_info_key.value === props.item.value) {
has_add_info.value = true;
}
//
if (add_info_key.value === props.item.value) {
//
has_add_info.value = true;
//
}
};
// 隐藏显示
const HideShow = computed(() => {
...
...
Please
register
or
login
to post a comment