Showing
1 changed file
with
1 additions
and
2 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2022-08-30 13:46:51 | 2 | * @Date: 2022-08-30 13:46:51 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2023-03-01 18:17:40 | 4 | + * @LastEditTime: 2023-03-03 21:11:24 |
| 5 | * @FilePath: /data-table/src/components/PickerField/index.vue | 5 | * @FilePath: /data-table/src/components/PickerField/index.vue |
| 6 | * @Description: 单列选择器组件 | 6 | * @Description: 单列选择器组件 |
| 7 | --> | 7 | --> |
| ... | @@ -39,7 +39,6 @@ const props = defineProps({ | ... | @@ -39,7 +39,6 @@ const props = defineProps({ |
| 39 | }); | 39 | }); |
| 40 | const emit = defineEmits(["active"]); | 40 | const emit = defineEmits(["active"]); |
| 41 | 41 | ||
| 42 | -// TEST: 测试新功能:选择其他选项时,下方出现输入框,如果其他项被选中,输入框值为最终录入值。 | ||
| 43 | // 绑定值发生变化时回调,处理选项为其他时的输入项录入 | 42 | // 绑定值发生变化时回调,处理选项为其他时的输入项录入 |
| 44 | // const has_add_info = ref(false); // TODO: 文字不一定是其他,后续可能需要字段绑定一个值,标识是否有其他输入框进行判断 | 43 | // const has_add_info = ref(false); // TODO: 文字不一定是其他,后续可能需要字段绑定一个值,标识是否有其他输入框进行判断 |
| 45 | // const add_info = ref(''); | 44 | // const add_info = ref(''); | ... | ... |
-
Please register or login to post a comment