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
4b110210
Commit
4b110210
authored
Oct 29, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add edit
parent
156fde65
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
9 deletions
+8
-9
add.vue
pages/project/record/add.vue
+1
-2
edit.vue
pages/project/record/edit.vue
+1
-2
add.vue
pages/project/task/add.vue
+3
-3
edit.vue
pages/project/task/edit.vue
+3
-2
No files found.
pages/project/record/add.vue
View file @
4b110210
...
...
@@ -12,13 +12,12 @@
</Col>
<Col
:span=
"24"
>
<FormItem
:label=
"l('note')"
prop=
"note"
>
<i-quill
v-model=
"entity.note"
:height=
"300"
v-paste=
"handleImg"
/>
</Input>
<i-quill
v-model=
"entity.note"
:height=
"300"
v-paste=
"handleImg"
/>
</FormItem>
</Col>
<Col
:span=
"12"
>
<FormItem
:label=
"l('attachment')"
prop=
"attachment"
>
<files
ref=
"refFile"
:parms=
"parms"
files
/>
</Input>
</FormItem>
</Col>
</Row>
...
...
pages/project/record/edit.vue
View file @
4b110210
...
...
@@ -12,13 +12,12 @@
</Col>
<Col
:span=
"24"
>
<FormItem
:label=
"l('note')"
prop=
"note"
>
<i-quill
v-model=
"entity.note"
:height=
"300"
v-paste=
"handleImg"
/>
</Input>
<i-quill
v-model=
"entity.note"
:height=
"300"
v-paste=
"handleImg"
/>
</FormItem>
</Col>
<Col
:span=
"12"
>
<FormItem
:label=
"l('attachment')"
prop=
"attachment"
>
<files
ref=
"refFile"
:parms=
"parms"
files
/>
</Input>
</FormItem>
</Col>
</Row>
...
...
pages/project/task/add.vue
View file @
4b110210
...
...
@@ -12,12 +12,12 @@
</Col>
<Col
:span=
"12"
>
<FormItem
:label=
"l('userId')"
prop=
"userId"
>
<User
Select
ref=
"userSelected"
v-model=
"entity.userI
d"
/>
<User
Group
ref=
"userSelected"
v-model=
"entity.userId"
:projectId=
"ei
d"
/>
</FormItem>
</Col>
<Col
:span=
"12"
>
<FormItem
label=
"计划
起止
日期"
prop=
"date"
>
<DatePicker
type=
"datetimerange"
format=
"yyyy-MM-dd"
v-model=
"date"
placeholder=
"请选择时间范围"
@
on-change=
"changeFormat"
style=
"width: 300px"
></DatePicker>
<FormItem
label=
"计划日期"
prop=
"date"
>
<DatePicker
type=
"datetimerange"
format=
"yyyy-MM-dd"
placeholder=
"请选择时间范围"
@
on-change=
"changeFormat"
style=
"width: 300px"
></DatePicker>
</FormItem>
</Col>
<Col
:span=
"24"
>
...
...
pages/project/task/edit.vue
View file @
4b110210
...
...
@@ -12,13 +12,14 @@
</Col>
<Col
:span=
"12"
>
<FormItem
:label=
"l('userId')"
prop=
"userId"
>
<UserSelect
ref=
"userSelected"
v-model=
"entity.userId"
/></Input>
<UserGroup
ref=
"userSelected"
v-model=
"entity.userId"
:projectId=
"eid"
/>
</FormItem>
</Col>
<Col
:span=
"24"
>
<FormItem
:label=
"l('note')"
prop=
"note"
>
<i-quill
v-model=
"entity.note"
:height=
"300"
v-paste=
"handleImg"
/>
</Input>
<i-quill
v-model=
"entity.note"
:height=
"300"
v-paste=
"handleImg"
/>
</FormItem>
</Col>
</Row>
...
...
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