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
973bd5b5
authored
2024-03-08 13:20:04 +0800
by
“miaofang
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
bug修改
1 parent
42ebafed
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
src/views/workflow/mixin/index.js
src/views/ywbl/ywsq/components/selectJsydsyqSplitMerge.vue
src/views/workflow/mixin/index.js
View file @
973bd5b
...
...
@@ -255,7 +255,7 @@ export default {
let
key
=
index
+
1
this
.
$set
(
infoRes
.
result
,
"file"
+
key
,
it
.
sjmc
)
this
.
$set
(
infoRes
.
result
,
"file"
+
key
+
'ys'
,
it
.
ys
)
// this.$set(infoRes.result, "file" + key + 'xs', it.
)
this
.
$set
(
infoRes
.
result
,
"file"
+
key
+
'lx'
,
it
.
sjlx
==
1
?
"原件"
:
"复印件"
)
})
}
infoRes
.
result
.
nownian
=
this
.
newDate
.
split
(
' '
)[
0
].
split
(
'年'
)[
0
]
...
...
src/views/ywbl/ywsq/components/selectJsydsyqSplitMerge.vue
View file @
973bd5b
...
...
@@ -103,7 +103,7 @@
label=
"权利性质"
>
</el-table-column>
<el-table-column
property=
"
syqmj
"
property=
"
qlmjmc
"
label=
"面积"
>
</el-table-column>
<el-table-column
...
...
Please
register
or
sign in
to post a comment