Commit 855ba7b1 authored by hailiang.sun's avatar hailiang.sun

性别判断修改

parent 11cd275f
...@@ -10,7 +10,6 @@ import "moment/locale/zh-cn"; ...@@ -10,7 +10,6 @@ import "moment/locale/zh-cn";
// 卸载serviceWorker // 卸载serviceWorker
import unregister from "./serviceWorker"; import unregister from "./serviceWorker";
unregister(); unregister();
moment.locale("zh-cn"); moment.locale("zh-cn");
window.notification = notification; window.notification = notification;
window.message = message; window.message = message;
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
</div> </div>
<div class="item"> <div class="item">
<span class="label">性别:</span> <span class="label">性别:</span>
<a-input :value="customerInfo.sex == 'M' ? '女' : '男'" disabled /> <a-input :value="customerInfo.sex == 'M' ? '男' : '女'" disabled />
</div> </div>
<div class="item"> <div class="item">
<span class="label">婚姻状况</span> <span class="label">婚姻状况</span>
......
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