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
5173709a
Commit
5173709a
authored
Dec 09, 2021
by
chenyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 宝宝信息
parent
7e6fe2ac
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
babyinfoDialog.vue
src/components/allCustomers/components/babyinfoDialog.vue
+3
-3
info.js
src/components/allCustomers/info.js
+1
-1
No files found.
src/components/allCustomers/components/babyinfoDialog.vue
View file @
5173709a
...
...
@@ -102,9 +102,9 @@ export default {
this
.
visible
=
n
;
if
(
n
)
{
const
filterObj
=
{
宝宝名称
:
'name'
,
宝宝性别
:
'sex'
,
宝宝生日
:
'birthDay'
,
'宝宝名称'
:
'name'
,
'宝宝性别'
:
'sex'
,
'宝宝生日'
:
'birthDay'
,
'宝宝身高(cm)'
:
'height'
,
'宝宝体重(kg)'
:
'weight'
,
'鞋码(码)'
:
'shoeSize'
,
...
...
src/components/allCustomers/info.js
View file @
5173709a
...
...
@@ -255,7 +255,7 @@ export default {
Array
.
isArray
(
ret
.
extendInfo
.
openChildrenField
)
&&
ret
.
extendInfo
.
openChildrenField
.
forEach
(
el
=>
babyArr
.
push
(
el
.
sonFields
[
0
].
fieldValue
el
.
sonFields
[
0
].
fieldValue
&&
el
.
sonFields
[
0
].
fieldName
===
'宝宝名称'
?
el
.
sonFields
[
0
].
fieldValue
:
el
.
bName
,
),
...
...
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