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
cf3cb308
Commit
cf3cb308
authored
Nov 25, 2021
by
chenyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: update
parent
70143a3f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
baseinfoDialog.vue
src/components/allCustomers/components/baseinfoDialog.vue
+4
-4
customerDetail.vue
src/components/allCustomers/customerDetail.vue
+2
-2
No files found.
src/components/allCustomers/components/baseinfoDialog.vue
View file @
cf3cb308
...
...
@@ -11,7 +11,6 @@
<el-select
v-model=
"form.memberGender"
placeholder=
"请选择"
style=
"width: 252px;"
>
<el-option
label=
"男"
:value=
"1"
></el-option>
<el-option
label=
"女"
:value=
"2"
></el-option>
<el-option
label=
"未知"
:value=
"0"
></el-option>
</el-select>
</el-form-item>
<el-form-item
label=
"出生日期:"
prop=
"memberBirthday"
>
...
...
@@ -42,7 +41,8 @@
<el-button
type=
"text"
:disabled=
"!form.phoneNumber"
@
click=
"savePhoneEdit"
>
保存
</el-button>
</
template
>
<div
v-if=
"showError"
class=
"el-form-item__error"
style=
"color:#c0c4cc;"
>
请输入正确的手机号码
</div>
<div
v-if=
"showError"
class=
"el-form-item__error"
style=
"color:#c0c4cc;"
>
请输入正确的手机号码
</div>
</el-form-item>
<el-form-item
v-else
prop=
"phoneNumber"
style=
"display:inline-block"
class=
"gray-phone-error"
>
...
...
@@ -171,12 +171,12 @@ export default {
this
.
form
=
Object
.
assign
({},
this
.
form
,
{
memberId
,
memberName
,
memberGender
,
memberGender
:
memberGender
?
memberGender
:
''
,
memberBirthday
,
birthType
,
remark
,
phoneNumber
,
nationCode
:
this
.
baseInfo
.
nationCode
||
'86'
nationCode
:
nationCode
||
'86'
});
this
.
phoneNumber
=
phoneNumber
;
this
.
$refs
[
'form'
].
clearValidate
();
...
...
src/components/allCustomers/customerDetail.vue
View file @
cf3cb308
...
...
@@ -38,8 +38,8 @@
{{
member
.
customerType
|
customerTypeFilter
}}
</el-tag>
<span
title=
"取消关注公众号"
v-if=
"member.status==0"
style=
"margin-right: 6px;"
>
<icon-svg
icon-class=
"icon-weixinquguan"
class=
"status-icon"
/>
</span><i
:title=
"member.status==1?'已关注公众号':'未关注公众号'"
v-
else
:class=
"['iconfont status-icon ',member.status==1?'icon-weixin1 follow':'icon-weixin1']
"
></i><i
</span><i
:title=
"member.status==1?'已关注公众号':'未关注公众号'"
v-
if=
"member.status==1"
class=
"iconfont status-icon icon-weixin1 follow
"
></i><i
title=
"已使用小程序"
v-if=
"member.wxStatus==1"
class=
"iconfont status-icon icon-xiaochengxu1"
></i>
</el-descriptions-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