Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-app-operator-master
Commits
840262f8
Commit
840262f8
authored
May 06, 2023
by
邓春圆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
状态 修改
parent
a4a4712b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
10 deletions
+4
-10
addAssociatedOrder.vue
src/views/ecw/order/addAssociatedOrder.vue
+1
-4
associatedOrder.vue
src/views/ecw/order/associatedOrder.vue
+1
-1
mutexOrder.vue
src/views/ecw/order/mutexOrder.vue
+1
-1
notMutexOrder.vue
src/views/ecw/order/notMutexOrder.vue
+1
-4
No files found.
src/views/ecw/order/addAssociatedOrder.vue
View file @
840262f8
...
...
@@ -42,10 +42,7 @@
{{
parseTime
(
row
.
rucangTime
)
}}
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('状态')"
>
<
template
v-slot:default=
"scope"
>
<dict-tag
:value=
"scope.row.status"
:type=
"DICT_TYPE.ORDER_STATUS"
></dict-tag>
</
template
>
<el-table-column
:label=
"$t('状态')"
prop=
"statusMsg"
>
</el-table-column>
<el-table-column
:label=
"$t('操作')"
>
<
template
v-slot:default=
"scope"
>
...
...
src/views/ecw/order/associatedOrder.vue
View file @
840262f8
...
...
@@ -54,7 +54,7 @@
</el-table-column>
<el-table-column
:label=
"$t('状态')"
prop=
"status"
>
<
template
v-slot:default=
"scope"
>
<dict-tag
:value=
"scope.row.orderBackVO.status"
:type=
"DICT_TYPE.ORDER_STATUS"
></dict-tag>
{{
scope
.
row
.
orderBackVO
.
statusMsg
}}
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('操作人')"
prop=
"creator"
>
...
...
src/views/ecw/order/mutexOrder.vue
View file @
840262f8
...
...
@@ -54,7 +54,7 @@
</el-table-column>
<el-table-column
:label=
"$t('状态')"
prop=
"status"
>
<
template
v-slot:default=
"scope"
>
<dict-tag
:value=
"scope.row.orderBackVO.status"
:type=
"DICT_TYPE.ORDER_STATUS"
></dict-tag>
{{
scope
.
row
.
orderBackVO
.
statusMsg
}}
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('操作人')"
>
...
...
src/views/ecw/order/notMutexOrder.vue
View file @
840262f8
...
...
@@ -42,10 +42,7 @@
{{
parseTime
(
row
.
rucangTime
)
}}
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('状态')"
>
<
template
v-slot:default=
"scope"
>
<dict-tag
:value=
"scope.row.status"
:type=
"DICT_TYPE.ORDER_STATUS"
></dict-tag>
</
template
>
<el-table-column
:label=
"$t('状态')"
prop=
"statusMsg"
>
</el-table-column>
<el-table-column
:label=
"$t('操作')"
>
<
template
v-slot:default=
"scope"
>
...
...
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