Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
html
/
small-program-web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
0936c2e9
authored
Jul 03, 2019
by
duanguohui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
bde8cb2b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
src/views/cookManage/CookList.vue
+1
-1
src/views/user.vue
+7
-4
No files found.
src/views/cookManage/CookList.vue
View file @
0936c2e9
...
@@ -61,7 +61,7 @@
...
@@ -61,7 +61,7 @@
align=
"center"
align=
"center"
label=
"预约时间"
>
label=
"预约时间"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
starDate
}}
~
{{
scope
.
row
.
endDate
}}
</span>
<span
v-if=
"scope.row.status == 'Y'"
>
{{
scope
.
row
.
starDate
}}
~
{{
scope
.
row
.
endDate
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
...
...
src/views/user.vue
View file @
0936c2e9
...
@@ -59,17 +59,20 @@
...
@@ -59,17 +59,20 @@
label=
"手机号"
>
label=
"手机号"
>
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
prop=
"t
ype
"
prop=
"t
radeNum
"
align=
"center"
align=
"center"
label=
"订单数"
>
label=
"订单数"
>
<template
slot-scope=
"scope"
>
<
!--
<
template
slot-scope=
"scope"
>
<span>
{{
renderType
(
scope
.
row
.
type
)
}}
</span>
<span>
{{
renderType
(
scope
.
row
.
type
)
}}
</span>
</
template
>
</
template
>
-->
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
prop=
"
num
"
prop=
"
shenhe
"
align=
"center"
align=
"center"
label=
"启用"
>
label=
"启用"
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
shenhe
==
'1'
?
'是'
:
'否'
}}
</span>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
prop=
"dizhi"
prop=
"dizhi"
...
...
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