Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
T
topsun-baoshen-excel
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
何远江
topsun-baoshen-excel
Commits
f517abc9
Commit
f517abc9
authored
Apr 21, 2025
by
tanghao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123
parent
ba380794
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
OrderChange.vue
src/views/order/orderChange/OrderChange.vue
+3
-3
VarChange.vue
src/views/var/varChange/VarChange.vue
+1
-2
No files found.
src/views/order/orderChange/OrderChange.vue
View file @
f517abc9
...
@@ -99,17 +99,17 @@
...
@@ -99,17 +99,17 @@
<vxe-column
field=
"status_dictText"
title=
"订单状态"
width=
"120"
></vxe-column>
<vxe-column
field=
"status_dictText"
title=
"订单状态"
width=
"120"
></vxe-column>
<vxe-column
field=
"createTime"
title=
"创建时间"
width=
"180"
></vxe-column>
<vxe-column
field=
"createTime"
title=
"创建时间"
width=
"180"
></vxe-column>
<vxe-column
field=
"createBy_dictText"
title=
"创建人"
width=
"180"
></vxe-column>
<vxe-column
field=
"createBy_dictText"
title=
"创建人"
width=
"180"
></vxe-column>
<vxe-column
field=
"action"
title=
"操作"
width=
"280"
>
<vxe-column
field=
"action"
title=
"操作"
min-
width=
"280"
>
<
template
#
default=
"{ row }"
>
<
template
#
default=
"{ row }"
>
<el-link
style=
"font-size: 12px"
type=
"primary"
@
click=
"toDetail(row)"
>
查看
</el-link>
<el-link
style=
"font-size: 12px"
type=
"primary"
@
click=
"toDetail(row)"
>
查看
</el-link>
<el-divider
direction=
"vertical"
<el-divider
direction=
"vertical"
v-if=
"row.status == 'un_convert' || row.status == 'un_confirm'"
v-if=
"row.status == 'un_convert'
|| row.status == 'converted'
|| row.status == 'un_confirm'"
></el-divider>
></el-divider>
<el-link
<el-link
class=
"ml-1"
class=
"ml-1"
style=
"font-size: 12px"
style=
"font-size: 12px"
type=
"primary"
type=
"primary"
v-if=
"row.status == 'un_convert'|| row.status == 'un_confirm'"
v-if=
"row.status == 'un_convert'|| row.status == '
converted'||row.status == '
un_confirm'"
@
click=
"confirmChange(row)"
@
click=
"confirmChange(row)"
>
转换
</el-link
>
转换
</el-link
>
>
...
...
src/views/var/varChange/VarChange.vue
View file @
f517abc9
...
@@ -47,7 +47,6 @@
...
@@ -47,7 +47,6 @@
:loading=
"loading"
:loading=
"loading"
:data=
"tableData"
:data=
"tableData"
>
>
<vxe-column
type=
"checkbox"
width=
"50"
></vxe-column>
<vxe-column
field=
"templateFileId"
title=
"模版文件ID"
width=
"200"
>
<vxe-column
field=
"templateFileId"
title=
"模版文件ID"
width=
"200"
>
<
template
#
default=
"{ row }"
>
<
template
#
default=
"{ row }"
>
<el-link
<el-link
...
@@ -61,7 +60,7 @@
...
@@ -61,7 +60,7 @@
<vxe-column
field=
"productCode"
title=
"产品编码"
width=
"300"
></vxe-column>
<vxe-column
field=
"productCode"
title=
"产品编码"
width=
"300"
></vxe-column>
<vxe-column
field=
"status_dictText"
title=
"订单状态"
width=
"120"
></vxe-column>
<vxe-column
field=
"status_dictText"
title=
"订单状态"
width=
"120"
></vxe-column>
<vxe-column
field=
"createTime"
title=
"创建时间"
width=
"160"
></vxe-column>
<vxe-column
field=
"createTime"
title=
"创建时间"
width=
"160"
></vxe-column>
<vxe-column
field=
"action"
title=
"操作"
>
<vxe-column
field=
"action"
title=
"操作"
min-width=
"200"
>
<
template
#
default=
"{ row }"
>
<
template
#
default=
"{ row }"
>
<el-link
style=
"font-size: 12px"
type=
"primary"
@
click=
"toDetail(row)"
>
查看
</el-link>
<el-link
style=
"font-size: 12px"
type=
"primary"
@
click=
"toDetail(row)"
>
查看
</el-link>
<el-divider
direction=
"vertical"
></el-divider>
<el-divider
direction=
"vertical"
></el-divider>
...
...
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