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
52fea4d2
authored
2023-08-01 10:03:45 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:材料明细
1 parent
1dc32838
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
src/views/workflow/components/dialog/clxxDetailDialog.vue
src/views/workflow/components/dialog/clxxDetailDialog.vue
View file @
52fea4d
...
...
@@ -162,7 +162,7 @@
>
下移
<
/el-button
>
<
i
v
-
show
=
{
scope
.
row
.
isrequired
!=
'1'
&&
formData
.
ableOperation
}
onClick
=
{()
=>
{
<
i
v
-
show
=
{
scope
.
row
.
isrequired
!=
'1'
&&
this
.
formData
.
ableOperation
}
onClick
=
{()
=>
{
this
.
handleDelete
(
scope
.
$index
,
scope
.
row
);
}}
class
=
"el-icon-delete pointer"
style
=
"color:#409EFF;margin-left:5px;position: relative;top: 1px;"
><
/i
>
<
/div
>
...
...
@@ -177,6 +177,7 @@
watch
:
{
'formData.data'
:
{
handler
:
function
(
val
,
oldVal
)
{
console
.
log
(
val
,
'valvalval'
);
this
.
tableData
=
_
.
cloneDeep
(
val
)
},
immediate
:
true
,
...
...
Please
register
or
sign in
to post a comment