Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
member
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
member
member
Commits
97507b88
Commit
97507b88
authored
Dec 07, 2021
by
chenyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: update
parent
ce933c42
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
44 additions
and
32 deletions
+44
-32
allCustomersList.vue
src/components/allCustomers/allCustomersList.vue
+2
-2
babyinfoDialog.vue
src/components/allCustomers/components/babyinfoDialog.vue
+15
-3
baseinfoDialog.vue
src/components/allCustomers/components/baseinfoDialog.vue
+3
-3
batchgradeDialog.vue
src/components/allCustomers/components/batchgradeDialog.vue
+4
-4
customergradeDialog.vue
...omponents/allCustomers/components/customergradeDialog.vue
+3
-3
customerlabelDialog.vue
...omponents/allCustomers/components/customerlabelDialog.vue
+3
-3
customermainstoreDialog.vue
...nents/allCustomers/components/customermainstoreDialog.vue
+3
-3
customersubstoreDialog.vue
...onents/allCustomers/components/customersubstoreDialog.vue
+3
-3
integralDialog.vue
src/components/allCustomers/components/integralDialog.vue
+2
-2
mainstoreDialog.vue
src/components/allCustomers/components/mainstoreDialog.vue
+2
-2
substoreDialog.vue
src/components/allCustomers/components/substoreDialog.vue
+4
-4
No files found.
src/components/allCustomers/allCustomersList.vue
View file @
97507b88
...
...
@@ -302,12 +302,12 @@ export default { ...action };
<
/style
>
<
style
lang
=
"less"
>
// 去除dailog-footer上边框
.
customer
-
d
ai
log
.
el
-
dialog__footer
{
.
customer
-
d
ia
log
.
el
-
dialog__footer
{
padding
-
top
:
0
;
padding
-
bottom
:
20
px
;
border
-
top
:
none
!
important
;
}
.
customer
-
d
ai
log
.
el
-
dialog__body
{
.
customer
-
d
ia
log
.
el
-
dialog__body
{
padding
-
bottom
:
0
;
}
<
/style
>
src/components/allCustomers/components/babyinfoDialog.vue
View file @
97507b88
...
...
@@ -2,7 +2,7 @@
<div>
<el-dialog
title=
"宝宝信息"
custom-class=
"customer-d
ai
log"
custom-class=
"customer-d
ialog baby-info-dia
log"
:visible
.
sync=
"visible"
:close-on-click-modal=
"false"
@
close=
"cancel"
...
...
@@ -135,12 +135,12 @@ export default {
</
script
>
<
style
lang=
"less"
>
//
去除
dailog-footer
上边框
.customer-d
ai
log
.el-dialog__footer
{
.customer-d
ia
log
.el-dialog__footer
{
padding-top
:
0
;
padding-bottom
:
20px
;
border-top
:
none
!important
;
}
.customer-d
ai
log
.el-dialog__body
{
.customer-d
ia
log
.el-dialog__body
{
padding-bottom
:
0
;
.el-tabs__header
{
margin-bottom
:
30px
;
...
...
@@ -155,4 +155,16 @@ export default {
padding-right
:
0
;
}
}
.customer-dialog.baby-info-dialog
.el-dialog__body
{
padding-top
:
5px
;
padding-bottom
:
30px
;
.el-form--inline{
display
:
flex
;
flex-wrap
:
wrap
;
gap
:
20px
;
>div{
margin
:
0
;
}
}
}
</
style
>
src/components/allCustomers/components/baseinfoDialog.vue
View file @
97507b88
...
...
@@ -2,7 +2,7 @@
<div>
<el-dialog
title=
"编辑基本信息"
custom-class=
"customer-d
ai
log"
custom-class=
"customer-d
ia
log"
:visible
.
sync=
"visible"
:close-on-click-modal=
"false"
@
close=
"cancel"
...
...
@@ -250,12 +250,12 @@ export default {
</
script
>
<
style
lang=
"less"
>
//
去除
dailog-footer
上边框
.customer-d
ai
log
.el-dialog__footer
{
.customer-d
ia
log
.el-dialog__footer
{
padding-top
:
0
;
padding-bottom
:
20px
;
border-top
:
none
!important
;
}
.customer-d
ai
log
.el-dialog__body
{
.customer-d
ia
log
.el-dialog__body
{
padding-bottom
:
0
;
}
</
style
>
src/components/allCustomers/components/batchgradeDialog.vue
View file @
97507b88
...
...
@@ -2,7 +2,7 @@
<div>
<el-dialog
title=
"批量修改等级"
custom-class=
"customer-d
ai
log"
custom-class=
"customer-d
ia
log"
:visible
.
sync=
"visible"
:close-on-click-modal=
"false"
@
close=
"cancel"
...
...
@@ -166,7 +166,7 @@ export default {
</
script
>
<
style
lang=
"less"
scoped
>
.customer-d
ai
log
{
.customer-d
ia
log
{
.checkedCustomers
{
margin-left
:
133px
;
margin-bottom
:
20px
;
...
...
@@ -189,12 +189,12 @@ export default {
</
style
>
<
style
lang=
"less"
>
//
去除
dailog-footer
上边框
.customer-d
ai
log
.el-dialog__footer
{
.customer-d
ia
log
.el-dialog__footer
{
padding-top
:
0
;
padding-bottom
:
20px
;
border-top
:
none
!important
;
}
.customer-d
ai
log
.el-dialog__body
{
.customer-d
ia
log
.el-dialog__body
{
padding-bottom
:
0
;
}
</
style
>
src/components/allCustomers/components/customergradeDialog.vue
View file @
97507b88
...
...
@@ -2,7 +2,7 @@
<div>
<el-dialog
title=
"修改等级"
custom-class=
"customer-d
ai
log"
custom-class=
"customer-d
ia
log"
:visible
.
sync=
"visible"
:close-on-click-modal=
"false"
@
close=
"cancel"
...
...
@@ -134,12 +134,12 @@ export default {
</
script
>
<
style
lang=
"less"
>
//
去除
dailog-footer
上边框
.customer-d
ai
log
.el-dialog__footer
{
.customer-d
ia
log
.el-dialog__footer
{
padding-top
:
0
;
padding-bottom
:
20px
;
border-top
:
none
!important
;
}
.customer-d
ai
log
.el-dialog__body
{
.customer-d
ia
log
.el-dialog__body
{
padding-bottom
:
0
;
}
</
style
>
src/components/allCustomers/components/customerlabelDialog.vue
View file @
97507b88
...
...
@@ -2,7 +2,7 @@
<div>
<el-dialog
title=
"编辑手工标签"
custom-class=
"customer-d
ai
log label-dailog"
custom-class=
"customer-d
ia
log label-dailog"
:visible
.
sync=
"visible"
:close-on-click-modal=
"false"
@
close=
"cancel"
...
...
@@ -252,12 +252,12 @@ export default {
</
style
>
<
style
lang=
"less"
>
//
去除
dailog-footer
上边框
.customer-d
ai
log
.el-dialog__footer
{
.customer-d
ia
log
.el-dialog__footer
{
padding-top
:
0
;
padding-bottom
:
20px
;
border-top
:
none
!important
;
}
.customer-d
ai
log
.el-dialog__body
{
.customer-d
ia
log
.el-dialog__body
{
padding-bottom
:
0
;
}
.label-dailog
{
...
...
src/components/allCustomers/components/customermainstoreDialog.vue
View file @
97507b88
<
template
>
<div>
<el-dialog
title=
"修改服务门店"
custom-class=
"customer-d
ai
log"
:visible
.
sync=
"visible"
<el-dialog
title=
"修改服务门店"
custom-class=
"customer-d
ia
log"
:visible
.
sync=
"visible"
:close-on-click-modal=
"false"
@
close=
"cancel"
width=
"600px"
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"133px"
>
<el-form-item
label=
"服务门店:"
prop=
"mainStoreId"
>
...
...
@@ -176,12 +176,12 @@ export default {
</
script
>
<
style
lang=
"less"
>
//
去除
dailog-footer
上边框
.customer-d
ai
log
.el-dialog__footer
{
.customer-d
ia
log
.el-dialog__footer
{
padding-top
:
0
;
padding-bottom
:
20px
;
border-top
:
none
!important
;
}
.customer-d
ai
log
.el-dialog__body
{
.customer-d
ia
log
.el-dialog__body
{
padding-bottom
:
0
;
}
.el-select-dropdown.option-wrap
.el-select-dropdown__item
{
...
...
src/components/allCustomers/components/customersubstoreDialog.vue
View file @
97507b88
<
template
>
<div>
<el-dialog
title=
"修改协管门店"
custom-class=
"customer-d
ai
log"
:visible
.
sync=
"visible"
<el-dialog
title=
"修改协管门店"
custom-class=
"customer-d
ia
log"
:visible
.
sync=
"visible"
:close-on-click-modal=
"false"
@
close=
"cancel"
width=
"600px"
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"133px"
>
<el-form-item
label=
"协管门店:"
prop=
"fromSubStoreIds"
>
...
...
@@ -160,12 +160,12 @@ export default {
</
script
>
<
style
lang=
"less"
>
//
去除
dailog-footer
上边框
.customer-d
ai
log
.el-dialog__footer
{
.customer-d
ia
log
.el-dialog__footer
{
padding-top
:
0
;
padding-bottom
:
20px
;
border-top
:
none
!important
;
}
.customer-d
ai
log
.el-dialog__body
{
.customer-d
ia
log
.el-dialog__body
{
padding-bottom
:
0
;
}
.el-select-dropdown.option-wrap
.el-select-dropdown__item
{
...
...
src/components/allCustomers/components/integralDialog.vue
View file @
97507b88
...
...
@@ -2,7 +2,7 @@
<div>
<el-dialog
title=
"批量调整积分"
custom-class=
"customer-d
ai
log"
custom-class=
"customer-d
ia
log"
:visible
.
sync=
"visible"
:close-on-click-modal=
"false"
@
close=
"cancel"
...
...
@@ -211,7 +211,7 @@ export default {
</
script
>
<
style
lang=
"less"
scoped
>
.customer-d
ai
log
{
.customer-d
ia
log
{
.checkedCustomers
{
margin-left
:
133px
;
margin-bottom
:
20px
;
...
...
src/components/allCustomers/components/mainstoreDialog.vue
View file @
97507b88
<
template
>
<div>
<el-dialog
title=
"批量修改服务门店"
custom-class=
"customer-d
ai
log"
:visible
.
sync=
"visible"
<el-dialog
title=
"批量修改服务门店"
custom-class=
"customer-d
ia
log"
:visible
.
sync=
"visible"
:close-on-click-modal=
"false"
@
close=
"cancel"
width=
"600px"
>
<div
class=
"checkedCustomers"
>
当前选中
<span
class=
"num"
>
...
...
@@ -157,7 +157,7 @@ export default {
</
script
>
<
style
lang=
"less"
scoped
>
.customer-d
ai
log
{
.customer-d
ia
log
{
.checkedCustomers
{
margin-left
:
133px
;
margin-bottom
:
20px
;
...
...
src/components/allCustomers/components/substoreDialog.vue
View file @
97507b88
<
template
>
<div>
<el-dialog
title=
"批量修改协管门店"
custom-class=
"customer-d
ai
log"
:visible
.
sync=
"visible"
<el-dialog
title=
"批量修改协管门店"
custom-class=
"customer-d
ia
log"
:visible
.
sync=
"visible"
:close-on-click-modal=
"false"
@
close=
"cancel"
width=
"600px"
>
<div
class=
"checkedCustomers"
>
当前选中
<span
class=
"num"
>
...
...
@@ -189,7 +189,7 @@ export default {
</
script
>
<
style
lang=
"less"
scoped
>
.customer-d
ai
log
{
.customer-d
ia
log
{
.checkedCustomers
{
margin-left
:
133px
;
margin-bottom
:
20px
;
...
...
@@ -212,12 +212,12 @@ export default {
</
style
>
<
style
lang=
"less"
>
//
去除
dailog-footer
上边框
.customer-d
ai
log
.el-dialog__footer
{
.customer-d
ia
log
.el-dialog__footer
{
padding-top
:
0
;
padding-bottom
:
20px
;
border-top
:
none
!important
;
}
.customer-d
ai
log
.el-dialog__body
{
.customer-d
ia
log
.el-dialog__body
{
padding-bottom
:
0
;
}
.el-select-dropdown.option-wrap
.el-select-dropdown__item
{
...
...
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