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
be77f7dc
Commit
be77f7dc
authored
Sep 14, 2024
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
装配执行下附件增加备注字段
parent
f677ba43
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
31 additions
and
0 deletions
+31
-0
dialog.vue
...iews/taskExecution/components/AttachmentUpload/dialog.vue
+25
-0
index.vue
applications/dee-mes/src/views/taskExecution/index.vue
+6
-0
No files found.
applications/dee-mes/src/views/taskExecution/components/AttachmentUpload/dialog.vue
View file @
be77f7dc
...
...
@@ -39,6 +39,7 @@ import { post } from '@/utils/http'
export
default
{
name
:
'StorageExperimentDialog'
,
data
()
{
const
_that
=
this
return
{
visible
:
false
,
loading
:
false
,
...
...
@@ -71,7 +72,30 @@ export default {
'show'
:
true
,
'headerAlign'
:
'center'
,
'align'
:
'left'
},
{
align
:
'center'
,
headerAlign
:
'center'
,
key
:
'target.contentType'
,
parentKey
:
'target'
,
level
:
1
,
show
:
true
,
title
:
'备注'
,
component
:
{
componentType
:
'render'
,
render
:
(
h
,
data
,
column
,
index
)
=>
{
return
<
el
-
input
v
-
model
=
{
data
.
target
.
contentType
}
class
=
'modify-state-select'
size
=
'small'
v
-
on
:
change
=
{(
val
)
=>
{
data
.
operator
=
'MODIFY'
data
.
contentType
=
data
.
target
.
contentType
_that
.
$set
(
_that
.
process
.
fileList
,
index
,
data
)
}}
>
<
/el-input
>
}
}
}
],
tableConfig
:
{
component
:
{
...
...
@@ -96,6 +120,7 @@ export default {
taleType
:
'single'
,
url
:
'/dfs/fileManager/feign/uploadFile'
},
isAttachmentUsedSecret
:
true
,
descriptionShowMode
:
'text'
,
hidden
:
false
,
key
:
'objFileLinks'
,
...
...
applications/dee-mes/src/views/taskExecution/index.vue
View file @
be77f7dc
...
...
@@ -214,6 +214,12 @@
label=
"扩展名"
align=
"center"
/>
<el-table-column
min-width=
"120"
prop=
"contentType"
label=
"备注"
align=
"center"
/>
</el-table>
</div>
<!--
<span
...
...
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