Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-3
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
office
haoban-3
Commits
3cb4ea49
Commit
3cb4ea49
authored
May 07, 2021
by
陈羽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 合并后样式修改
parent
be2b43ef
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
authMerchant-form.vue
src/views/business/authMerchant-form.vue
+5
-1
salutatory.vue
src/views/enterprise/salutatory.vue
+1
-1
No files found.
src/views/business/authMerchant-form.vue
View file @
3cb4ea49
...
...
@@ -61,7 +61,7 @@
<gic-select-group-auth
:brandId=
"enterpriseId"
width=
"287px"
:authMerchant=
"true"
:selectData=
"partForm.storeGroup"
@
checkGroupIds=
"checkGroupIds"
>
</gic-select-group-auth>
</el-form-item>
<el-form-item
style=
"margin-top:-10px;margin-bottom:12px;"
>
<el-tooltip
slot=
"label"
class=
"item"
effect=
"dark"
:open-delay=
"200"
placement=
"top-start"
>
<el-tooltip
popper-class=
"authMerchant-member-open-card-flag-tooltip"
slot=
"label"
class=
"item"
effect=
"dark"
:open-delay=
"200"
placement=
"top-start"
>
<div
slot=
"content"
style=
"line-height:18px;"
>
①选择同一开平,通过企业微信添加客户,可以直接更新会员信息(一码两用)。
<br
/>
原因:因为获取的用户unionid相同,可以将客户身份(企微客户)和会员(微信会员)身份直接关联;
<br
/>
...
...
@@ -450,4 +450,8 @@ export default {
.authMerchant-select-pop
{
left
:
168px
!important
;
}
.authMerchant-member-open-card-flag-tooltip
{
max-width
:
440px
!important
;
width
:
440px
;
}
</
style
>
src/views/enterprise/salutatory.vue
View file @
3cb4ea49
...
...
@@ -81,7 +81,7 @@ export default {
const
that
=
this
;
that
.
$refs
.
form
.
validate
(
value
=>
{
if
(
value
)
{
this
.
$confirm
(
'是否确定修改欢迎语启用状态?'
,
'
提示
'
,
{
this
.
$confirm
(
'是否确定修改欢迎语启用状态?'
,
''
,
{
confirmButtonText
:
'确定'
,
cancelButtonText
:
'取消'
,
type
:
'warning'
...
...
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