Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
4a8b0984
authored
2022-10-19 11:19:51 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:受理信息
1 parent
dc6b7b3c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
src/views/workflow/components/InformationTable.vue
src/views/workflow/components/InformationTable.vue
View file @
4a8b098
...
...
@@ -27,10 +27,24 @@ export default {
default
:
'1'
}
},
watch
:
{
tableData
:
{
handler
:
function
(
val
,
oldVal
)
{
if
(
val
.
length
==
0
)
{
this
.
tableDataList
=
[{}]
}
else
{
this
.
tableDataList
=
_
.
cloneDeep
(
val
)
}
},
immediate
:
true
,
deep
:
true
}
},
data
()
{
return
{
dialog
:
false
,
details
:
{},
tableDataList
:
[],
InformationTable
:
[
{
width
:
'50'
,
...
...
Please
register
or
sign in
to post a comment