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
0de0537f
authored
2022-12-22 10:09:44 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style;审批意见模块加载功能的完善
1 parent
aa9865bc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
src/views/workflow/components/spyj.vue
src/views/ywbl/ywsq/guidePage.vue
src/views/workflow/components/spyj.vue
View file @
0de0537
...
...
@@ -3,7 +3,7 @@
作者:calliope
-->
<
template
>
<div
class=
'spyj'
>
<div
class=
'spyj
loadingtext
'
>
<b
class=
"spyj_title"
>
审批表
</b>
<el-form
:model=
"ruleForm"
:rules=
"rules"
ref=
"ruleForm"
label-width=
"120px"
>
<div
class=
"spyj_form"
v-for=
"(item, index) in tableData"
:key=
"index"
>
...
...
@@ -77,7 +77,7 @@ export default {
commonDialog
:
false
}
},
crea
ted
()
{
moun
ted
()
{
this
.
propsParam
=
this
.
$attrs
;
if
(
this
.
$route
.
query
.
viewtype
)
{
this
.
ableOperation
=
false
...
...
@@ -135,6 +135,7 @@ export default {
.spyj
{
margin-left
:
5px
;
height
:
400px
;
.spyj_title
{
text-align
:
center
;
...
...
src/views/ywbl/ywsq/guidePage.vue
View file @
0de0537
...
...
@@ -241,7 +241,6 @@ export default {
this
.
djlxList
.
forEach
(
item
=>
{
item
.
cselect
=
false
})
console
.
log
(
item
);
if
(
item
.
sffqlc
==
1
)
{
this
.
djywbm
=
item
.
djywbm
this
.
bsmSqyw
=
item
.
bsmSqyw
...
...
Please
register
or
sign in
to post a comment