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
ec606124
authored
2023-10-30 11:01:30 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev'
2 parents
124ecac8
9d4473a5
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
17 additions
and
13 deletions
src/styles/public.scss
src/views/registerBook/cfdj.vue
src/views/registerBook/components/djbDetail.vue
src/views/registerBook/diyaq.vue
src/views/registerBook/diyiq.vue
src/views/registerBook/fdcq1.vue
src/views/registerBook/jsydsyq.vue
src/views/ywbl/ybx/ybxdata.js
src/styles/public.scss
View file @
ec60612
...
...
@@ -18,12 +18,12 @@
display
:
flex
;
font-size
:
12px
;
flex-wrap
:
wrap
;
padding-top
:
5px
;
justify-content
:
flex-start
;
min-height
:
30px
;
span
{
display
:
flex
;
align-items
:
center
;
}
i
{
...
...
src/views/registerBook/cfdj.vue
View file @
ec60612
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-10-
09 10:50:5
0
* @LastEditTime: 2023-10-
30 10:45:1
0
-->
<
template
>
<div
class=
"djxxTable"
>
9999999999
<djbDetail
:title=
"title"
ref=
"djbDetail"
:shows=
"shows"
:propsParam=
"propsParam"
:columns=
"columns"
:tableData=
"tableData"
/>
</div>
...
...
src/views/registerBook/components/djbDetail.vue
View file @
ec60612
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-10-
23 16:46:47
* @LastEditTime: 2023-10-
30 11:00:20
-->
<
template
>
<div
class=
"tableBox"
>
...
...
@@ -96,7 +96,7 @@
</
template
>
<
script
>
import
Router
from
'@/router'
import
{
mapGetters
}
from
"vuex"
;
import
store
from
'@/store/index.js'
import
{
datas
}
from
"../qlxxFormData.js"
;
import
{
ywPopupDialog
}
from
"@/utils/popup.js"
;
import
printTemplate
from
"../components/printTemplate.vue"
;
...
...
@@ -129,9 +129,6 @@
default
:
()
=>
[]
},
},
computed
:
{
...
mapGetters
([
"dictData"
]),
},
data
()
{
return
{
qsztList
:
datas
.
columns
().
qsztList
,
...
...
@@ -152,7 +149,7 @@
sfygdj
:
(
label
)
=>
ztObj
[
label
]
||
label
,
sfczjzhxz
:
(
label
)
=>
ztObj
[
label
]
||
label
,
dyrlx
:
(
label
)
=>
{
let
arr
=
thi
s
.
dictData
[
'A36'
].
filter
(
item
=>
item
.
dcode
===
label
);
let
arr
=
store
.
getter
s
.
dictData
[
'A36'
].
filter
(
item
=>
item
.
dcode
===
label
);
return
arr
.
length
>
0
?
arr
[
0
].
dname
:
label
;
},
default
:
(
label
)
=>
label
...
...
src/views/registerBook/diyaq.vue
View file @
ec60612
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-10-
09 10:44:26
* @LastEditTime: 2023-10-
30 10:43:28
-->
<
template
>
<div
class=
"djxxTable"
>
...
...
src/views/registerBook/diyiq.vue
View file @
ec60612
<!--
* @Description:
* @Autor: miaofang
* @LastEditTime: 2023-10-
09 10:44:45
* @LastEditTime: 2023-10-
30 10:36:43
-->
<
template
>
<div
class=
"djxxTable"
>
...
...
src/views/registerBook/fdcq1.vue
View file @
ec60612
<!--
* @Description:
* @Autor: miaofang
* @LastEditTime: 2023-10-
23 16:48:02
* @LastEditTime: 2023-10-
30 10:59:40
-->
<
template
>
<div
class=
"djxxTable"
>
...
...
@@ -116,6 +116,7 @@
<
script
>
import
Router
from
'@/router'
import
printJS
from
"print-js"
;
import
store
from
'@/store/index.js'
import
{
datas
}
from
"./qlxxFormData.js"
;
import
{
getSjlx
}
from
"@/utils/dictionary.js"
;
import
{
getFdcq1List
}
from
"@/api/djbDetail.js"
;
...
...
@@ -165,7 +166,7 @@
sfygdj
:
(
label
)
=>
ztObj
[
label
]
||
label
,
sfczjzhxz
:
(
label
)
=>
ztObj
[
label
]
||
label
,
dyrlx
:
(
label
)
=>
{
let
arr
=
thi
s
.
dictData
[
'A36'
].
filter
(
item
=>
item
.
dcode
===
label
);
let
arr
=
store
.
getter
s
.
dictData
[
'A36'
].
filter
(
item
=>
item
.
dcode
===
label
);
return
arr
.
length
>
0
?
arr
[
0
].
dname
:
label
;
},
default
:
(
label
)
=>
label
...
...
src/views/registerBook/jsydsyq.vue
View file @
ec60612
<!--
* @Description:
* @Autor: miaofang
* @LastEditTime: 2023-10-
09 10:46:5
8
* @LastEditTime: 2023-10-
30 10:40:4
8
-->
<
template
>
<div
class=
"djxxTable"
>
...
...
src/views/ywbl/ybx/ybxdata.js
View file @
ec60612
...
...
@@ -65,6 +65,11 @@ class data extends filter {
width
:
'200'
},
{
prop
:
"djqxmc"
,
label
:
"登记情形"
,
width
:
'200'
},
{
label
:
"权利人"
,
width
:
'120'
,
render
:
(
h
,
scope
)
=>
{
...
...
Please
register
or
sign in
to post a comment