Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gxpt_web
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
pseer
gxpt_web
Commits
bad0b4dd
Commit
bad0b4dd
authored
Mar 18, 2024
by
吕明尚
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改操作
parent
75d572a1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
index.vue
src/views/system/order/index.vue
+2
-2
roomOrderIndex.vue
src/views/system/order/roomOrderIndex.vue
+2
-2
No files found.
src/views/system/order/index.vue
View file @
bad0b4dd
...
...
@@ -282,7 +282,7 @@
<!--
<
dict
-
tag
:
options
=
"dict.type.order_pay_status"
:
value
=
"scope.row.payStatus"
/>-->
<!--
<
/template>--
>
<!--
<
/el-table-column>--
>
<
el
-
table
-
column
label
=
"操作"
align
=
"center"
class
-
name
=
"small-padding fixed-width
"
>
<
el
-
table
-
column
align
=
"center"
class
-
name
=
"small-padding fixed-width"
label
=
"操作"
width
=
"100
"
>
<
template
slot
-
scope
=
"scope"
>
<
el
-
button
v
-
if
=
"scope.row.payStatus == 1 && scope.row.status != 3"
size
=
"mini"
...
...
@@ -293,7 +293,7 @@
>
退款
<
/el-button
>
<
el
-
button
v
-
if
=
"scope.row.status ==0 || scope.row.status == 1"
v
-
hasPermi
=
"['system:order:change']"
icon
=
"el-icon-
edit
"
icon
=
"el-icon-
office-building
"
size
=
"mini"
type
=
"text"
@
click
=
"changeRoom(scope.row)"
...
...
src/views/system/order/roomOrderIndex.vue
View file @
bad0b4dd
...
...
@@ -18,7 +18,7 @@
<el-table-column
align=
"center"
label=
"门店名称"
prop=
"storeName"
width=
"120"
/>
<el-table-column
align=
"center"
label=
"房间名称"
prop=
"roomName"
width=
"120"
/>
<el-table-column
align=
"center"
label=
"手机号"
prop=
"consumerPhone"
width=
"110"
/>
<el-table-column
align=
"center"
label=
"会员昵称"
prop=
"consumerName"
/>
<el-table-column
align=
"center"
label=
"会员昵称"
prop=
"consumerName"
width=
"100"
/>
<el-table-column
align=
"center"
label=
"预约开始时间"
prop=
"preStartDate"
width=
"100"
>
<template
slot-scope=
"scope"
>
<span>
{{
parseTime
(
scope
.
row
.
preStartDate
,
'{y
}
-{m
}
-{d
}
{h
}
:{i
}
'
)
}}
<
/span
>
...
...
@@ -39,7 +39,7 @@
<
span
>
{{
parseTime
(
scope
.
row
.
endDate
,
'{y
}
-{m
}
-{d
}
{h
}
:{i
}
'
)
}}
<
/span
>
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
label
=
"订单状态"
align
=
"center"
prop
=
"status
"
>
<
el
-
table
-
column
align
=
"center"
label
=
"订单状态"
prop
=
"status"
width
=
"100
"
>
<
template
slot
-
scope
=
"scope"
>
<
dict
-
tag
:
options
=
"dict.type.order_status_admin"
:
value
=
"scope.row.status"
/>
<
/template
>
...
...
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