Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
op-web-service
Project
Project
Details
Activity
Releases
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
bp
op-web-service
Commits
6e92deaa
Commit
6e92deaa
authored
Aug 30, 2021
by
liwenhong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 上架类型
parent
ae4a1827
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
4 deletions
+13
-4
index.vue
src/pages/Goods/List/index.vue
+13
-4
No files found.
src/pages/Goods/List/index.vue
View file @
6e92deaa
...
...
@@ -144,6 +144,15 @@
prop=
"create_time"
align=
"center"
></el-table-column>
<el-table-column
label=
"上架类型"
prop=
"online_type"
align=
"center"
>
<
template
#
default=
"scope"
>
{{
[
''
,
'立即上架'
,
'定点上架'
,
'暂不上架'
][
scope
.
row
.
online_type
]
}}
</
template
>
</el-table-column>
<el-table-column
label=
"上架时间"
prop=
"online_start_time"
...
...
@@ -169,7 +178,7 @@
>
审核
</el-button
>
<el-popconfirm
<
!--
<
el-popconfirm
v-if=
"scope.row.online_status == 2"
title=
"您确定要上架该商品吗?"
cancelButtonType=
"default"
...
...
@@ -178,9 +187,9 @@
<template
#
reference
>
<el-button
type=
"text"
>
上架
</el-button>
</
template
>
</el-popconfirm>
</el-popconfirm>
-->
<el-popconfirm
<
!-- <
el-popconfirm
v-if="
scope.row.online_status != 2 &&
(scope.row.audit_status == 1 || scope.row.online_status == 1)
...
...
@@ -194,7 +203,7 @@
<template #reference>
<el-button type="text">下架</el-button>
</template>
</el-popconfirm>
</el-popconfirm>
-->
<el-button
@
click=
"goDetail(`DETAIL`, scope.row.goods_spu_id)"
...
...
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