Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
integral-mall
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
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
integralMall
integral-mall
Commits
825c3cd4
Commit
825c3cd4
authored
Mar 03, 2022
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: ui
parent
4b8aff65
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
23 deletions
+6
-23
relatePop.vue
src/components/relatePop.vue
+5
-22
coupon.vue
src/views/goods/coupon/coupon.vue
+1
-1
No files found.
src/components/relatePop.vue
View file @
825c3cd4
<
template
>
<el-dialog
title=
""
title=
"
上架规则列表
"
:key=
"updateDialog"
:visible
.
sync=
"dialogTableVisible"
:before-close=
"closePop"
width=
"1000px
"
:width=
"$store.state.product.ruleMemberFilterClose==0?'1200px':'900px'
"
>
<el-tabs
v-model=
"activeName"
@
tab-click=
"handleClick"
>
<el-tab-pane
label=
"上架规则"
name=
"list"
>
...
...
@@ -51,26 +51,9 @@
</div>
</
template
>
</el-table-column>
<el-table-column
label=
"可见条件"
>
<el-table-column
label=
"可见条件"
show-overflow-tooltip
min-width=
"180"
>
<
template
slot-scope=
"{row}"
>
<p
v-if=
"row.memberType==1"
>
全部顾客
</p>
<div
v-else
>
<el-tooltip
effect=
"dark"
placement=
"top-start"
v-if=
"(row.showBack&&row.showBack.length>20)"
>
<div
slot=
"content"
style=
"line-height:18px; max-width:500px;"
>
{{
row
.
showBack
}}
</div>
<div>
{{
row
.
showBack
.
slice
(
0
,
20
)
+
'...'
}}
</div>
</el-tooltip>
<div
v-else
>
{{
row
.
showBack
}}
</div>
</div>
{{
row
.
memberType
==
1
?
'全部顾客'
:
row
.
showBack
}}
</
template
>
</el-table-column>
</el-table>
...
...
@@ -88,7 +71,7 @@
</div>
</el-tab-pane>
<el-tab-pane
label=
"新建规则"
name=
"form"
>
<div
class=
"tab-pane-container"
>
<div
class=
"tab-pane-container"
style=
"max-height: 500px;overflow-y: auto;overflow-x: hidden;"
>
<ruleInfo
:isDialog=
"true"
ref=
"ruleInfo"
...
...
src/views/goods/coupon/coupon.vue
View file @
825c3cd4
...
...
@@ -332,9 +332,9 @@
<div>
<el-button
type=
"text"
@
click=
"goAdd(scope.row,'couponCopy')"
:limit-code=
"$buttonCode.couponCopy"
v-if=
"$getButtonLimit($buttonCode.couponCopy)"
@
click=
"goAdd(scope.row,'couponCopy')"
>
复制
</el-button>
...
...
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