Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
peizhen-vue
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PeiZhen-Java
peizhen-vue
Commits
42f2e5b1
Commit
42f2e5b1
authored
Sep 19, 2023
by
‘巴博尔’
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改字段
parent
0099b095
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
src/views/orderManage/index.vue
+7
-5
No files found.
src/views/orderManage/index.vue
View file @
42f2e5b1
...
@@ -187,18 +187,18 @@
...
@@ -187,18 +187,18 @@
<el-table-column
<el-table-column
label=
"退款申请信息"
label=
"退款申请信息"
align=
"center"
align=
"center"
prop=
"refund
Logistics
"
prop=
"refund
Reason
"
key=
"refund
Logistics
"
key=
"refund
Reason
"
:show-overflow-tooltip=
"true"
:show-overflow-tooltip=
"true"
/>
/>
<el-table-column
<
!-- <
el-table-column
label="就诊时间"
label="就诊时间"
align="center"
align="center"
prop="visitTime"
prop="visitTime"
key="visitTime"
key="visitTime"
width="180"
width="180"
:show-overflow-tooltip="true"
:show-overflow-tooltip="true"
/>
/>
-->
<el-table-column
<el-table-column
label=
"创建时间"
label=
"创建时间"
align=
"center"
align=
"center"
...
@@ -433,7 +433,9 @@ export default {
...
@@ -433,7 +433,9 @@ export default {
},
},
clickSeeVisitor
(
row
)
{
clickSeeVisitor
(
row
)
{
this
.
openArticleInfo
=
true
;
this
.
openArticleInfo
=
true
;
this
.
VisitorData
=
row
.
userVsitorVo
;
console
.
log
(
row
)
this
.
VisitorData
=
row
.
userAddressVo
;
console
.
log
(
this
.
VisitorData
)
},
},
/** 查询预约陪诊订单列表 */
/** 查询预约陪诊订单列表 */
getList
()
{
getList
()
{
...
...
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