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-03-03 21:15:51 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
44886d37622817c84263efb5f3b7ba1165ee1bef
44886d37
1 parent
5215b598
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
src/components/PickerField/index.vue
src/components/PickerField/index.vue
View file @
44886d3
<!--
* @Date: 2022-08-30 13:46:51
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2023-03-0
1 18:17:40
* @LastEditTime: 2023-03-0
3 21:11:24
* @FilePath: /data-table/src/components/PickerField/index.vue
* @Description: 单列选择器组件
-->
...
...
@@ -39,7 +39,6 @@ const props = defineProps({
});
const emit = defineEmits(["active"]);
// TEST: 测试新功能:选择其他选项时,下方出现输入框,如果其他项被选中,输入框值为最终录入值。
// 绑定值发生变化时回调,处理选项为其他时的输入项录入
// const has_add_info = ref(false); // TODO: 文字不一定是其他,后续可能需要字段绑定一个值,标识是否有其他输入框进行判断
// const add_info = ref('');
...
...
Please
register
or
login
to post a comment