Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
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
罗超
confucius
Commits
9accab0f
Commit
9accab0f
authored
Jul 06, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
03b90f42
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
8 deletions
+17
-8
personalData.vue
src/pages/user/personalData.vue
+17
-8
No files found.
src/pages/user/personalData.vue
View file @
9accab0f
...
...
@@ -21,6 +21,12 @@
width
:
1px
;
padding
:
20px
26px
;
}
.personalData
.box_r2
{
flex
:
1
;
width
:
1px
;
padding
:
0px
0px
;
}
.personalData
.box_l_t
{
margin-top
:
28px
;
...
...
@@ -126,11 +132,16 @@
<span>
{{
showObj
.
DeptName
}}
</span>
</div>
<!--
<div
class=
"box_l_title"
style=
"margin-top: 55px;"
>
概要信息
</div>
-->
<div
:class=
"rightType==0?'box_l_title':'box_l_cen'"
@
click=
'rightType=0'
>
概要信息
</div>
<div
:class=
"rightType==3?'box_l_title':'box_l_cen'"
@
click=
'rightType=3'
>
预警信息
</div>
<div
:class=
"rightType==1?'box_l_title':'box_l_cen'"
@
click=
'rightType=1'
>
账户资料
</div>
<div
:class=
"rightType==2?'box_l_title':'box_l_cen'"
@
click=
'rightType=2'
>
密码修改
</div>
</div>
<div
class=
"box_r"
>
<!-- 个人资料 -->
<div
v-if=
'rightType == 0'
class=
"box_r2"
>
<summaryInfo></summaryInfo>
</div>
<div
class=
"box_r"
v-if=
'rightType !=0'
>
<template
v-if=
'rightType == 1'
>
<div
style=
"font-size: 16px;font-weight: bold;color: #000000;"
>
账户资料
</div>
<div
class=
"box_r_title"
>
账户资料
</div>
...
...
@@ -190,13 +201,10 @@
:rules=
"[val => !!val || '请再次输入新密码']"
lazy-rules
filled
/>
</div>
<q-btn
color=
"primary"
style=
"width: 300px;margin-top: 50px;"
:loading=
"loading2"
label=
"确定修改"
type=
"submit"
>
</q-btn>
</form>
</
template
>
<
template
v-if=
"rightType == 3"
>
<div>
</div>
</
template
>
</div>
</div>
</template>
...
...
@@ -216,19 +224,20 @@
NewPassWord
:
''
,
NewSurePassWord
:
''
,
}
import
summaryInfo
from
'../../components/user/summaryInfo'
export
default
{
meta
:
{
title
:
"个人资料"
},
components
:
{
summaryInfo
},
data
()
{
return
{
loading1
:
false
,
loading2
:
false
,
showObj
:
{},
rightType
:
1
,
//右边显示类型
rightType
:
0
,
//右边显示类型
datamodify
:
{},
CompanyList
:
[],
passwordMsg
:
Object
.
assign
({},
defaultpassword
),
...
...
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