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
e2780927
Commit
e2780927
authored
Feb 27, 2021
by
罗承锋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改按钮显示状态
parent
92c4c419
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
src/views/school-center/order/order.vue
+1
-1
No files found.
src/views/school-center/order/order.vue
View file @
e2780927
...
@@ -304,7 +304,7 @@
...
@@ -304,7 +304,7 @@
<div>
<div>
<a-button
v-show=
"orderInfo.orderStatus == '待配送'"
@
click=
"openKD"
type=
"primary"
>
填写快递单号
</a-button>
<a-button
v-show=
"orderInfo.orderStatus == '待配送'"
@
click=
"openKD"
type=
"primary"
>
填写快递单号
</a-button>
<a-button
v-show=
"orderInfo.sendType == null || orderInfo.sendType == ''"
@
click=
"openConfigSendType()"
type=
"primary"
>
配送方式
</a-button>
<a-button
v-show=
"orderInfo.sendType == null || orderInfo.sendType == ''"
@
click=
"openConfigSendType()"
type=
"primary"
>
配送方式
</a-button>
<a-button
v-show=
"
orderInfo.businessIccid == null || orderInfo.businessIccid == ''
"
@
click=
"openConfigIccidFun"
type=
"primary"
>
配置iccid
</a-button>
<a-button
v-show=
"
(orderInfo.sendType != null && orderInfo.sendType != '') && (orderInfo.businessIccid == null || orderInfo.businessIccid == '')
"
@
click=
"openConfigIccidFun"
type=
"primary"
>
配置iccid
</a-button>
<a-button
@
click=
"showReview()"
type=
"primary"
>
审核学生证
</a-button>
<a-button
@
click=
"showReview()"
type=
"primary"
>
审核学生证
</a-button>
<a-button
v-show=
"orderInfo.userType == '1' && orderInfo.orderStatus == '待受理'"
@
click=
"showUpgrade"
type=
"primary"
>
存量升级受理
</a-button>
<a-button
v-show=
"orderInfo.userType == '1' && orderInfo.orderStatus == '待受理'"
@
click=
"showUpgrade"
type=
"primary"
>
存量升级受理
</a-button>
</div>
</div>
...
...
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