Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gdtel-gztel-school-center-ui
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
吴学德
gdtel-gztel-school-center-ui
Commits
cc42ae87
Commit
cc42ae87
authored
Feb 21, 2020
by
黄森林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面优化
parent
76cb8253
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
13 deletions
+13
-13
src/views/school-center/orderView/orderView.vue
+11
-11
src/views/school-center/product/product.vue
+2
-2
No files found.
src/views/school-center/orderView/orderView.vue
View file @
cc42ae87
...
@@ -66,17 +66,17 @@
...
@@ -66,17 +66,17 @@
<p
style=
"white-space: pre-line;"
>
{{
text
}}
</p>
<p
style=
"white-space: pre-line;"
>
{{
text
}}
</p>
</
template
>
</
template
>
<
template
slot=
"productState"
slot-scope=
"text"
>
<
template
slot=
"productState"
slot-scope=
"text"
>
<
p
v-if=
"text=='1'"
>
待提交
</p
>
<
span
v-if=
"text=='1'"
>
待提交
</span
>
<
p
v-if=
"text=='4'"
>
归档
</p
>
<
span
v-if=
"text=='4'"
>
归档
</span
>
<
p
v-if=
"text=='5'"
>
作废
</p
>
<
span
v-if=
"text=='5'"
>
作废
</span
>
<
p
v-if=
"text=='6'"
>
待配送
</p
>
<
span
v-if=
"text=='6'"
>
待配送
</span
>
<
p
v-if=
"text=='7'"
>
物流配送中
</p
>
<
span
v-if=
"text=='7'"
>
物流配送中
</span
>
<
p
v-if=
"text=='8'"
>
配送成功
</p
>
<
span
v-if=
"text=='8'"
>
配送成功
</span
>
<
p
v-if=
"text=='3'"
>
受理成功
</p
>
<
span
v-if=
"text=='3'"
>
受理成功
</span
>
<
p
v-if=
"text=='9'"
>
已收费
</p
>
<
span
v-if=
"text=='9'"
>
已收费
</span
>
<
p
v-if=
"text=='10'"
>
受理异常
</p
>
<
span
v-if=
"text=='10'"
>
受理异常
</span
>
<
p
v-if=
"text=='2'"
>
待受理
</p
>
<
span
v-if=
"text=='2'"
>
待受理
</span
>
<
p
v-if=
"text=='100'"
>
未支付
</p
>
<
span
v-if=
"text=='100'"
>
未支付
</span
>
</
template
>
</
template
>
<
template
slot=
"operation"
slot-scope=
"text, record"
>
<
template
slot=
"operation"
slot-scope=
"text, record"
>
<span>
<span>
...
...
src/views/school-center/product/product.vue
View file @
cc42ae87
...
@@ -38,8 +38,8 @@
...
@@ -38,8 +38,8 @@
<p
style=
"white-space: pre-line;"
>
{{
text
}}
</p>
<p
style=
"white-space: pre-line;"
>
{{
text
}}
</p>
</
template
>
</
template
>
<
template
slot=
"productState"
slot-scope=
"text"
>
<
template
slot=
"productState"
slot-scope=
"text"
>
<
p
v-if=
"text=='0'"
>
正常
</p
>
<
span
v-if=
"text=='0'"
>
正常
</span
>
<
p
v-else
>
下架
</p
>
<
span
v-else
>
下架
</span
>
</
template
>
</
template
>
<
template
slot=
"operation"
slot-scope=
"text, record"
>
<
template
slot=
"operation"
slot-scope=
"text, record"
>
<span>
<span>
...
...
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