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
279bba8b
You need to sign in or sign up before continuing.
Commit
279bba8b
authored
Mar 03, 2022
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: ui
parent
688d448e
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
17 additions
and
18 deletions
+17
-18
index.html
index.html
+0
-8
relatePop.vue
src/components/relatePop.vue
+1
-0
ruleDetail.vue
src/components/ruleDetail.vue
+1
-8
visible.vue
src/components/visible.vue
+2
-1
info.vue
src/views/goods/ruleList/info.vue
+13
-0
ruleList.vue
src/views/goods/ruleList/ruleList.vue
+0
-1
No files found.
index.html
View file @
279bba8b
...
...
@@ -9,14 +9,6 @@
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./static/css/common.css"
>
<link
rel=
"shortcut icon"
type=
"image/x-icon"
href=
"./static/img/favicon.ico"
>
<title>
积分商城
</title>
<!-- GrowingIO Analytics code version 2.1 -->
<!-- Copyright 2015-2018 GrowingIO, Inc. More info available at http://www.growingio.com -->
<!-- <script type='text/javascript'>
!function(e,t,n,g,i){e[i]=e[i]||function(){(e[i].q=e[i].q||[]).push(arguments)},n=t.createElement("script"),tag=t.getElementsByTagName("script")[0],n.async=1,n.src=('https:'==document.location.protocol?'https://':'http://')+g,tag.parentNode.insertBefore(n,tag)}(window,document,"script","assets.giocdn.com/2.1/gio.js","gio");
gio('init','8be12240a3749eab', {});
gio('send');
</script> -->
<!-- End GrowingIO Analytics code version: 2.1 -->
</head>
<body>
...
...
src/components/relatePop.vue
View file @
279bba8b
...
...
@@ -186,6 +186,7 @@ export default {
pageSize
:
5
,
currentPage
:
1
,
};
this
.
activeName
=
'list'
;
this
.
updateDialog
=
!
this
.
updateDialog
;
this
.
dialogTableVisible
=
false
;
this
.
btnLoading
=
false
;
...
...
src/components/ruleDetail.vue
View file @
279bba8b
...
...
@@ -55,7 +55,7 @@
/>
</el-form-item>
<vue-gic-people
v-show=
"ruleForm.memberType === 3"
v-show=
"ruleForm.memberType === 3
&&$store.state.product.ruleMemberFilterClose==0
"
v-bind=
"storeParams"
:projectName=
"projectName"
:triggerReset=
"true"
...
...
@@ -96,7 +96,6 @@ export default {
callback
(
new
Error
(
'请填写'
));
};
return
{
breadcrumbTitle
:
'新建上架规则'
,
fixedWidth
:
document
.
documentElement
.
clientWidth
-
200
,
ruleForm
:
{
memberType
:
1
,
// 1:全部顾客 3 人群筛选 4 门店筛选
...
...
@@ -134,12 +133,6 @@ export default {
this
.
getDatail
(
this
.
$route
.
params
.
id
);
}
this
.
memberTypeNum
();
const
obj
=
{
edit
:
'编辑上架规则'
,
add
:
'新建上架规则'
,
copy
:
'复制上架规则'
,
};
this
.
breadcrumbTitle
=
obj
[
this
.
$route
.
meta
.
type
];
},
methods
:
{
/** 门店筛选器 */
...
...
src/components/visible.vue
View file @
279bba8b
...
...
@@ -11,7 +11,7 @@
<el-form-item
label=
"上架规则"
prop=
"ruleTitle"
v-if=
"isNew"
>
<span
class=
"ruleTitle"
v-show=
"giftForm.ruleTitle"
>
{{
giftForm
.
ruleTitle
}}
</span>
<el-button
small
type=
"text"
@
click=
"openRelating"
>
修改
上架规则
{{
giftForm
.
ruleTitle
?
'修改'
:
'选择'
}}
上架规则
</el-button>
</el-form-item>
<!-- 老数据兼容 -->
...
...
@@ -136,6 +136,7 @@ export default {
},
uuid
:
''
,
},
// 表单的值
isAdd
:
this
.
$route
.
meta
.
type
===
'add'
,
groupIdDisableList
:
[],
pickerOptions
:
{
disabledDate
(
time
)
{
...
...
src/views/goods/ruleList/info.vue
View file @
279bba8b
...
...
@@ -30,6 +30,19 @@ export default {
components
:
{
ruleInfo
,
},
data
()
{
return
{
breadcrumbTitle
:
'新建上架规则'
,
};
},
mounted
()
{
const
obj
=
{
edit
:
'编辑上架规则'
,
add
:
'新建上架规则'
,
copy
:
'复制上架规则'
,
};
this
.
breadcrumbTitle
=
obj
[
this
.
$route
.
meta
.
type
];
},
};
</
script
>
...
...
src/views/goods/ruleList/ruleList.vue
View file @
279bba8b
...
...
@@ -38,7 +38,6 @@
<el-option
label=
"门店筛选"
:value=
"4"
/>
</el-select>
<el-checkbox
style=
"margin-left:10px;"
v-model=
"form.showSelfFlag"
label=
"仅看本人"
border
...
...
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