webapp
/
GreenwayWeb
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
ab7d388b005a2608d40ae9ba6bf979bc2202a4f7
Authored by
wesley88
2024-12-23 23:56:37 +0800
1 parent
0f254ac4
1
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
admin-web-master/src/components/add/addss.vue
admin-web-master/src/components/add/addss.vue
View file @
ab7d388
...
...
@@ -19,7 +19,7 @@
19
19
<el-select v-model="formInline.sex" placeholder="请选择" style="width: 100%;">
20
20
<el-option label="男" value="男"></el-option>
21
21
<el-option label="女" value="女"></el-option>
22
- </el-select>
22
+ </el-select>
23
23
</el-form-item>
24
24
25
25
...
...