Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
ln-medicalAppointment-pc
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
孙海亮
ln-medicalAppointment-pc
Commits
855ba7b1
Commit
855ba7b1
authored
3 years ago
by
hailiang.sun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
性别判断修改
parent
11cd275f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
main.js
src/main.js
+0
-1
detail.vue
src/views/flow/detail.vue
+1
-1
No files found.
src/main.js
View file @
855ba7b1
...
...
@@ -10,7 +10,6 @@ import "moment/locale/zh-cn";
// 卸载serviceWorker
import
unregister
from
"
./serviceWorker
"
;
unregister
();
moment
.
locale
(
"
zh-cn
"
);
window
.
notification
=
notification
;
window
.
message
=
message
;
...
...
This diff is collapsed.
Click to expand it.
src/views/flow/detail.vue
View file @
855ba7b1
...
...
@@ -10,7 +10,7 @@
</div>
<div
class=
"item"
>
<span
class=
"label"
>
性别:
</span>
<a-input
:value=
"customerInfo.sex == 'M' ? '
女' : '男
'"
disabled
/>
<a-input
:value=
"customerInfo.sex == 'M' ? '
男' : '女
'"
disabled
/>
</div>
<div
class=
"item"
>
<span
class=
"label"
>
婚姻状况
</span>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment