Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
cloudSystem
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
4ac30ca1
authored
Aug 08, 2025
by
liangjianmin
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
refactor(OrderTrack): 移除订单状态选项中无效的选项
删除待提审、待审核和已作废的订单状态选项,这些状态在当前业务流程中不再使用
parent
3a77e3ee
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
src/views/OrderTrack/goods.vue
src/views/OrderTrack/goods.vue
View file @
4ac30ca1
...
...
@@ -15,11 +15,8 @@
<el-form-item
label=
"订单状态"
prop=
"status"
>
<el-select
v-model=
"formInline.status"
placeholder=
"请选择"
>
<el-option
label=
"全部"
value=
""
></el-option>
<el-option
label=
"待提审"
value=
"-2"
></el-option>
<el-option
label=
"待审核"
value=
"-1"
></el-option>
<el-option
label=
"进行中"
value=
"2"
></el-option>
<el-option
label=
"已完成"
value=
"4"
></el-option>
<el-option
label=
"已作废"
value=
"-3"
></el-option>
</el-select>
</el-form-item>
<el-form-item
label=
"发货状态"
prop=
"shipping_status"
>
...
...
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