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
eff55cde
Commit
eff55cde
authored
3 years ago
by
hailiang.sun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
预约状态调整
parent
706afaa7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
selectInstitution.vue
src/views/flow/components/selectInstitution.vue
+0
-2
detail.vue
src/views/flow/detail.vue
+2
-0
No files found.
src/views/flow/components/selectInstitution.vue
View file @
eff55cde
...
@@ -338,8 +338,6 @@ export default {
...
@@ -338,8 +338,6 @@ export default {
getConfirm
(
val
)
{
getConfirm
(
val
)
{
this
.
datePickShow
=
false
;
this
.
datePickShow
=
false
;
this
.
showDatemask
=
false
;
this
.
showDatemask
=
false
;
console
.
log
(
"
确认选择
"
,
val
,
this
.
serviceDate
);
return
false
;
const
_this
=
this
;
const
_this
=
this
;
const
query
=
{
const
query
=
{
dataSource
:
"
M
"
,
//数据来源P电脑PC ,M 手机
dataSource
:
"
M
"
,
//数据来源P电脑PC ,M 手机
...
...
This diff is collapsed.
Click to expand it.
src/views/flow/detail.vue
View file @
eff55cde
...
@@ -77,6 +77,8 @@
...
@@ -77,6 +77,8 @@
?
"
取消中...
"
?
"
取消中...
"
:
item
.
status
===
"
7
"
:
item
.
status
===
"
7
"
?
"
改约中...
"
?
"
改约中...
"
:
item
.
status
===
"
4
"
?
"
已经取消
"
:
"
状态异常
"
:
"
状态异常
"
}}
</a-button>
}}
</a-button>
<a-button
type=
"primary"
@
click=
"goIndexPage"
>
回首页
</a-button>
<a-button
type=
"primary"
@
click=
"goIndexPage"
>
回首页
</a-button>
...
...
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