Commit beae0909 authored by 华国豪's avatar 华国豪 🙄

'修改旅客基本资料-性别ui样式'

parent 61025961
...@@ -139,10 +139,12 @@ ...@@ -139,10 +139,12 @@
</li> </li>
<li> <li>
<el-form-item label="性别" prop="Sex"> <el-form-item label="性别" prop="Sex">
<el-select v-model='addMsg.Sex' size=mini class="w230"> <el-checkbox v-model="addMsg.Sex" :true-label='1' :false-label='2'></el-checkbox>
<el-checkbox v-model="addMsg.Sex" :true-label='2' :false-label='1'></el-checkbox>
<!-- <el-select v-model='addMsg.Sex' size=mini class="w230">
<el-option key="1" label="男" value="1"> </el-option> <el-option key="1" label="男" value="1"> </el-option>
<el-option key="2" label="女" value="2"> </el-option> <el-option key="2" label="女" value="2"> </el-option>
</el-select> </el-select> -->
</el-form-item> </el-form-item>
</li> </li>
<li> <li>
......
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
<table class="publicCustomerTable" border="0" cellspacing="0" cellpadding="0" v-loading='loading'> <table class="publicCustomerTable" border="0" cellspacing="0" cellpadding="0" v-loading='loading'>
<tr> <tr>
<th width="20%"> <th width="20%">
<label><input type="checkbox" v-model="isCkedAll" @click='checkedAll()' style="vertical-align: middle;"/>客户名称</label> <label><input type="checkbox" v-model="isCkedAll" @click='checkedAll()' style="vertical-align: middle;"/>门店名称</label>
</th> </th>
<th width="10%">联系电话</th> <th width="10%">联系电话</th>
<th width="20%">地址</th> <th width="20%">地址</th>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment