Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
contractmanage
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
张伯涛
contractmanage
Commits
5843e829
Commit
5843e829
authored
Jan 19, 2022
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
91980a53
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
header.vue
src/layout/components/header.vue
+1
-1
index.vue
src/views/list/index.vue
+2
-2
login.vue
src/views/user/login.vue
+1
-1
No files found.
src/layout/components/header.vue
View file @
5843e829
...
@@ -41,7 +41,7 @@
...
@@ -41,7 +41,7 @@
</span>
</span>
<el-dropdown
class=
"avatar-container"
trigger=
"click"
>
<el-dropdown
class=
"avatar-container"
trigger=
"click"
>
<div
class=
"avatar-wrapper"
>
<div
class=
"avatar-wrapper"
>
<img
:src=
"avatar"
class=
"user-avatar"
>
<!--
<img
:src=
"avatar"
class=
"user-avatar"
>
--
>
<i
class=
"el-icon-caret-bottom"
/>
<i
class=
"el-icon-caret-bottom"
/>
</div>
</div>
<el-dropdown-menu
slot=
"dropdown"
class=
"user-dropdown"
>
<el-dropdown-menu
slot=
"dropdown"
class=
"user-dropdown"
>
...
...
src/views/list/index.vue
View file @
5843e829
...
@@ -89,8 +89,8 @@
...
@@ -89,8 +89,8 @@
/>
/>
<
/div
>
<
/div
>
<!--
这里是隐藏模态框
-->
<!--
这里是隐藏模态框
-->
<
el
-
dialog
title
=
"请选择想要新增的合同类型"
:
visible
.
sync
=
"dialogFormVisible"
>
<
el
-
dialog
width
=
"35%"
title
=
"请选择想要新增的合同类型"
:
visible
.
sync
=
"dialogFormVisible"
>
<
el
-
form
:
model
=
"typeform"
>
<
el
-
form
:
model
=
"typeform"
>
<
el
-
form
-
item
label
=
"合同类型"
:
label
-
width
=
"formLabelWidth"
>
<
el
-
form
-
item
label
=
"合同类型"
:
label
-
width
=
"formLabelWidth"
>
<
el
-
select
v
-
model
=
"typeform.typeid"
:
lable
=
"typeform.name"
placeholder
=
"请选择合同类型"
@
change
=
"changeValue"
>
<
el
-
select
v
-
model
=
"typeform.typeid"
:
lable
=
"typeform.name"
placeholder
=
"请选择合同类型"
@
change
=
"changeValue"
>
<
el
-
option
label
=
"0601 勘察合同"
value
=
"勘察合同"
name
=
"0601"
/>
<
el
-
option
label
=
"0601 勘察合同"
value
=
"勘察合同"
name
=
"0601"
/>
...
...
src/views/user/login.vue
View file @
5843e829
...
@@ -64,7 +64,7 @@
...
@@ -64,7 +64,7 @@
:underline=
"false"
:underline=
"false"
@
click=
"goDetail('/forgetPwd')"
@
click=
"goDetail('/forgetPwd')"
>
>
<router-link
to=
"/forgetPwd"
>
忘记密码
</router-link
>
<!--
<router-link
to=
"/forgetPwd"
>
忘记密码
</router-link>
--
>
</el-link>
</el-link>
</div>
</div>
</div>
</div>
...
...
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