Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
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
周远喜
mes-ui
Commits
57d0a002
Commit
57d0a002
authored
Nov 19, 2020
by
仇晓婷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
项目管理
parent
ccf41188
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
add.vue
pages/project/project/add.vue
+4
-4
edit.vue
pages/project/project/edit.vue
+2
-2
No files found.
pages/project/project/add.vue
View file @
57d0a002
...
...
@@ -2,7 +2,7 @@
<Form
ref=
"form"
:model=
"entity"
:rules=
"rules"
:label-width=
"100"
>
<!--
<DateDRange
:value=
"timeValue"
></DateDRange>
-->
<Row>
<Col
span=
"
8
"
class=
"projct-img"
>
<Col
span=
"
6
"
class=
"projct-img"
>
<FormItem
:label=
"l('picture')"
prop=
"picture"
>
<inputFile
class=
"tphoto"
...
...
@@ -21,7 +21,7 @@
/>
</div>
</Col>
<Col
span=
"1
6
"
>
<Col
span=
"1
8
"
>
<!--
<Col
:span=
"12"
><FormItem
:label=
"l('creationTime')"
prop=
"creationTime"
>
<DatePicker
...
...
@@ -275,8 +275,8 @@ export default {
<
style
lang=
"less"
>
.projct-img {
.img-touxiang {
width:
30
0px;
height:
30
0px;
width:
25
0px;
height:
25
0px;
margin: 0px 10px 15px 20px;
overflow: hidden;
border-radius: 5px;
...
...
pages/project/project/edit.vue
View file @
57d0a002
<
template
>
<Form
ref=
"form"
:model=
"entity"
:rules=
"rules"
:label-width=
"100"
>
<Row>
<Col
span=
"
8
"
class=
"projct-img"
>
<Col
span=
"
6
"
class=
"projct-img"
>
<FormItem
:label=
"l('picture')"
prop=
"picture"
>
<inputFile
class=
"tphoto"
...
...
@@ -20,7 +20,7 @@
/>
</div>
</Col>
<Col
span=
"1
6
"
>
<Col
span=
"1
8
"
>
<Col
:span=
"12"
><FormItem
:label=
"l('title')"
prop=
"title"
>
<Input
v-model=
"entity.title"
>
</Input>
</FormItem
...
...
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