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
d4432203
authored
2023-11-02 11:25:56 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:抵押权《补录信息》模块样式修改
1 parent
44844976
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
src/views/djbworkflow/djbBook/components/blxxtabs/dyaq.vue
src/views/registerBook/components/djbDetail.vue
src/views/djbworkflow/djbBook/components/blxxtabs/dyaq.vue
View file @
d443220
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-
09-26 13:25:47
* @LastEditTime: 2023-
11-02 11:23:39
-->
<
template
>
<!-- 受理信息 -->
...
...
@@ -45,10 +45,11 @@
<el-form-item
label=
"抵押不动产信息:"
prop=
"ztQlxx.bdcqzh"
style=
"display:flex"
:rules=
"rules.ztQlxxrules"
>
<select-table
v-model=
"ruleForm.ztQlxx"
:table-width=
"730
"
table-width=
"100%
"
:tableData=
"ztQlxxList"
:props=
"props"
@
change=
"ztQlxxchange"
>
...
...
src/views/registerBook/components/djbDetail.vue
View file @
d443220
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-1
0-30 11:00:20
* @LastEditTime: 2023-1
1-01 14:31:16
-->
<
template
>
<div
class=
"tableBox"
>
...
...
@@ -152,6 +152,10 @@
let
arr
=
store
.
getters
.
dictData
[
'A36'
].
filter
(
item
=>
item
.
dcode
===
label
);
return
arr
.
length
>
0
?
arr
[
0
].
dname
:
label
;
},
qlrzjzl
:
(
label
)
=>
{
let
arr
=
store
.
getters
.
dictData
[
'A30'
].
filter
(
item
=>
item
.
dcode
===
label
);
return
arr
.
length
>
0
?
arr
[
0
].
dname
:
label
;
},
default
:
(
label
)
=>
label
};
...
...
Please
register
or
sign in
to post a comment