Showing
1 changed file
with
2 additions
and
1 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2022-07-18 10:22:22 | 2 | * @Date: 2022-07-18 10:22:22 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2023-02-01 18:20:34 | 4 | + * @LastEditTime: 2023-02-07 10:25:41 |
| 5 | * @FilePath: /data-table/src/views/index.vue | 5 | * @FilePath: /data-table/src/views/index.vue |
| 6 | * @Description: 首页 | 6 | * @Description: 首页 |
| 7 | --> | 7 | --> |
| ... | @@ -253,6 +253,7 @@ onMounted(async () => { | ... | @@ -253,6 +253,7 @@ onMounted(async () => { |
| 253 | name: "gender", | 253 | name: "gender", |
| 254 | tag: "gender", | 254 | tag: "gender", |
| 255 | label: "性别", | 255 | label: "性别", |
| 256 | + default: '男', | ||
| 256 | required: true, | 257 | required: true, |
| 257 | }, | 258 | }, |
| 258 | }, | 259 | }, | ... | ... |
-
Please register or login to post a comment