Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
factory_front
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
1
Merge Requests
1
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
qinjianhui
factory_front
Commits
c7d581fe
Commit
c7d581fe
authored
May 22, 2026
by
qinjianhui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 挂起子tab文案修改
parent
21240c71
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/views/order/factoryOrderNew/component/SuspendDialog.vue
+1
-1
src/views/order/factoryOrderNew/hooks/useOrderStatusTree.ts
+1
-1
No files found.
src/views/order/factoryOrderNew/component/SuspendDialog.vue
View file @
c7d581fe
...
@@ -63,7 +63,7 @@ const formRef = ref<FormInstance>()
...
@@ -63,7 +63,7 @@ const formRef = ref<FormInstance>()
const
orderIds
=
ref
<
(
number
|
string
)[]
>
([])
const
orderIds
=
ref
<
(
number
|
string
)[]
>
([])
const
suspendReasons
=
[
const
suspendReasons
=
[
{
label
:
'客户拦截'
,
value
:
1
},
//
{ label: '客户拦截', value: 1 },
{
label
:
'地址异常'
,
value
:
2
},
{
label
:
'地址异常'
,
value
:
2
},
{
label
:
'素材异常'
,
value
:
3
},
{
label
:
'素材异常'
,
value
:
3
},
{
label
:
'其他'
,
value
:
4
},
{
label
:
'其他'
,
value
:
4
},
...
...
src/views/order/factoryOrderNew/hooks/useOrderStatusTree.ts
View file @
c7d581fe
...
@@ -44,7 +44,7 @@ export function useOrderStatusTree(options: UseOrderStatusTreeOptions) {
...
@@ -44,7 +44,7 @@ export function useOrderStatusTree(options: UseOrderStatusTreeOptions) {
acceptedOutOfStockCount
:
0
,
acceptedOutOfStockCount
:
0
,
})
})
const
suspendedTabs
=
ref
([
const
suspendedTabs
=
ref
([
{
label
:
'客户拦截'
,
key
:
'customerInterceptCount'
,
value
:
1
,
count
:
0
},
{
label
:
'客户拦截
-取消订单
'
,
key
:
'customerInterceptCount'
,
value
:
1
,
count
:
0
},
{
label
:
'地址异常'
,
key
:
'addressExceptionCount'
,
value
:
2
,
count
:
0
},
{
label
:
'地址异常'
,
key
:
'addressExceptionCount'
,
value
:
2
,
count
:
0
},
{
label
:
'素材异常'
,
key
:
'materialExceptionCount'
,
value
:
3
,
count
:
0
},
{
label
:
'素材异常'
,
key
:
'materialExceptionCount'
,
value
:
3
,
count
:
0
},
{
label
:
'其他'
,
key
:
'otherReasonCount'
,
value
:
4
,
count
:
0
},
{
label
:
'其他'
,
key
:
'otherReasonCount'
,
value
:
4
,
count
:
0
},
...
...
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