Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
H
hs-app-project
Project
Project
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
李星剑
hs-app-project
Commits
12c6e3a7
Commit
12c6e3a7
authored
Dec 30, 2021
by
阮藤
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
按钮显示问题解决
parent
edb22983
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
modelingOrder.vue
src/pages/fabricModeling/modelingOrder.vue
+1
-1
No files found.
src/pages/fabricModeling/modelingOrder.vue
View file @
12c6e3a7
...
...
@@ -86,7 +86,7 @@
<view
v-if=
"item.status == 1 || item.status == 2"
@
click=
"dateilEnt(item, '即刻发布')"
class=
"u-m-l-10 btn"
>
即刻发布
</view>
<view
v-if=
"item.status == 3"
class=
"u-m-l-10 btn"
>
撤回
</view>
<view
v-if=
"item.status == 4"
@
click=
"dateilEnt(item, '马上寄送')"
class=
"u-m-l-10 btn"
>
马上寄送
</view>
<view
v-if=
"item.
status == 5 || item.status == 6
"
@
click
.
stop=
"reminder(item.id)"
class=
"u-m-l-10 btn"
>
催单
</view>
<view
v-if=
"item.
oddStatus == 2 && item.status == 5
"
@
click
.
stop=
"reminder(item.id)"
class=
"u-m-l-10 btn"
>
催单
</view>
<view
v-if=
"item.status == 7"
class=
"u-m-l-10 btn"
>
前往审核
</view>
</view>
</view>
...
...
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