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
404e9eb9
authored
2023-07-25 16:29:03 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:善政信息是否可编辑判断
1 parent
5b753536
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
src/views/workflow/components/szxx.vue
src/views/workflow/components/szxx.vue
View file @
404e9eb
...
...
@@ -41,7 +41,7 @@
<span>
印刷序列号:
{{
item
.
ysxlh
}}
</span>
</div>
</div>
<div
class=
"card_padding"
>
<div
class=
"card_padding"
v-if=
"ableOperation"
>
<div
class=
"top_line middle_margin"
></div>
<div
class=
"text"
v-if=
"item.ysxlh"
>
<el-button
class=
"operation_button"
type=
"text"
@
click=
"openInvalidDiglog(item)"
>
再次打印(
{{
item
.
szcs
...
...
@@ -79,6 +79,8 @@
props
:
{},
data
()
{
return
{
//表单是否可操作
ableOperation
:
true
,
dialog
:
false
,
tableData
:
[],
bdcqzlx
:
1
,
...
...
@@ -100,7 +102,8 @@
}
},
created
()
{
this
.
list
();
this
.
list
()
this
.
ableOperation
=
this
.
$parent
.
currentSelectTab
.
ableOperation
},
methods
:
{
//初始化列表
...
...
Please
register
or
sign in
to post a comment