Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
TF-MOM-WEB
Project
Project
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
TFMOM
TF-MOM-WEB
Commits
c5de55b0
Commit
c5de55b0
authored
Sep 06, 2024
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
行动项详情查看问题进展下增加创建人
parent
21bdec38
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
3 deletions
+10
-3
index.vue
...privateComponents/components/ProblemProgressCom/index.vue
+10
-3
No files found.
applications/dee-mes/src/privateComponents/components/ProblemProgressCom/index.vue
View file @
c5de55b0
<
template
>
<div
class=
"problemProgressCom"
>
<el-form
ref=
"form"
class=
"processForm"
:inline=
"true"
:model=
"formData"
label-width=
"
4
0px"
>
<el-form
ref=
"form"
class=
"processForm"
:inline=
"true"
:model=
"formData"
label-width=
"
5
0px"
>
<el-row
v-for=
"(item, index) in resultFormData"
:key=
"index"
>
<el-col
:span=
"5"
>
<el-form-item
...
...
@@ -20,11 +20,10 @@
/>
</el-form-item>
</el-col>
<el-col
:span=
"17"
>
<el-col
:span=
"
itemObj.readOnly?14:
17"
>
<el-form-item
label=
"答复"
:prop=
"'progresss.' + index + '.progressItem'"
class=
"textareaItem"
>
<!-- :rules="[
{required: true, message: '该项必填', trigger: 'blur'},
...
...
@@ -32,6 +31,14 @@
<el-input
v-model=
"item.progressItem"
:disabled=
"itemObj.readOnly"
autosize
type=
"textarea"
size=
"small"
@
change=
"changeVal"
/>
</el-form-item>
</el-col>
<el-col
v-if=
"itemObj.readOnly"
:span=
"3"
>
<el-form-item
label=
"创建人:"
:prop=
"'progresss.' + index + '.progressItem'"
>
<el-input
v-model=
"item.creator.userName"
:disabled=
"true"
autosize
type=
"text"
size=
"small"
/>
</el-form-item>
</el-col>
<el-col
v-if=
"!itemObj.readOnly"
:span=
"2"
>
<el-form-item
class=
"btn-box"
>
<span
v-if=
"index+1 == resultFormData.length"
class=
"btn-item"
title=
"新增"
@
click=
"addItem"
@
change=
"changeVal"
>
...
...
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