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
7197f023
authored
2023-01-06 09:22:43 +0800
by
蔡俊立
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
2 parents
147f66b7
7a78bd0b
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
53 additions
and
9 deletions
src/main.js
src/styles/collapse.scss
src/styles/dialogBox.scss
src/views/system/sqywgz/sqywDetail.vue
src/views/ywbl/ywsq/javascript/fwsyq.js
src/main.js
View file @
7197f02
...
...
@@ -16,6 +16,14 @@ Vue.prototype.$rules = rules
// 全局加载
Vue
.
prototype
.
$startLoading
=
startLoadingAddCount
Vue
.
prototype
.
$endLoading
=
endLoadingSubCount
// 弹框
import
{
popupDialog
,
popupCacel
}
from
"./utils/popup.js"
;
// 全局加载
Vue
.
prototype
.
$popupDialog
=
popupDialog
Vue
.
prototype
.
$popupCacel
=
popupDialog
import
{
theme
}
from
"@/directive/theme.js"
Vue
.
directive
(
"theme"
,
theme
)
Vue
.
directive
(
'fo'
,
{
...
...
src/styles/collapse.scss
0 → 100644
View file @
7197f02
/
deep
/
.modifycollapse
{
border
:
none
;
.el-collapse-item
{
.el-collapse-item__header
{
margin-bottom
:
10px
;
background
:
#F3F4F7
;
border
:
1px
solid
#D9D9D9
;
border-radius
:
4px
;
font-size
:
16px
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
font-weight
:
500
;
color
:
#333333
;
line-height
:
18px
;
}
.
el-collapse-item__header
:
:
before
{
content
:
""
;
margin-left
:
10px
;
margin-right
:
10px
;
width
:
4px
;
height
:
18px
;
background
:
#2B7FF1
;
}
.el-collapse-item__arrow
{
color
:
#979797
;
margin-left
:
10px
;
}
}
}
src/styles/dialogBox.scss
View file @
7197f02
...
...
@@ -23,7 +23,7 @@
}
.el-dialog__body
{
max-height
:
88
vh
;
max-height
:
90
vh
;
overflow-x
:
hidden
;
overflow-y
:
hidden
;
}
...
...
src/views/system/sqywgz/sqywDetail.vue
View file @
7197f02
...
...
@@ -135,8 +135,8 @@
</el-col>
</el-row>
</el-form>
<el-collapse
accordion
>
<el-collapse-item
title=
"登记情形设置"
name=
"1"
>
<el-collapse
class=
"modifycollapse"
accordion
>
<el-collapse-item
title=
"登记情形设置"
name=
"1"
>
<lb-table
:column=
"djqxCol"
border
...
...
@@ -146,7 +146,7 @@
>
</lb-table>
</el-collapse-item>
<el-collapse-item
title=
"材料信息设置"
name=
"2"
>
<el-collapse-item
title=
"材料信息设置"
name=
"2"
>
<lb-table
:column=
"clxxCol"
border
...
...
@@ -179,7 +179,7 @@
</li>
</ul>
</el-collapse-item>
<el-collapse-item
title=
"办理状态设置"
name=
"4"
>
<el-collapse-item
title=
"办理状态设置"
name=
"4"
>
<ul
class=
"screen-list"
>
<li
v-for=
"(item, index) in form.sxzt"
:key=
"index"
>
<div
class=
"screen-list-left"
>
...
...
@@ -332,6 +332,7 @@ export default {
<
style
lang=
'scss'
scoped
>
@import
"~@/styles/mixin.scss"
;
@import
"~@/styles/dialogBox.scss"
;
@import
"~@/styles/collapse.scss"
;
.contentBox
{
height
:
75vh
;
...
...
@@ -414,4 +415,4 @@ export default {
border-right
:
1px
solid
$
borderColor
;
}
}
</
style
>
\ No newline at end of file
</
style
>
...
...
src/views/ywbl/ywsq/javascript/fwsyq.js
View file @
7197f02
...
...
@@ -70,11 +70,11 @@ class data extends filter {
label
:
"建筑物名称"
,
},
{
label
:
"
权利
性质"
,
label
:
"
土地/房屋
性质"
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
{(
scope
.
row
.
showQlxz
)
+
(
' / '
)
+
(
scope
.
row
.
fwxz
bsm
)}
{(
scope
.
row
.
showQlxz
)
+
(
' / '
)
+
(
scope
.
row
.
fwxz
mc
)}
<
/div
>
)
}
...
...
@@ -90,7 +90,7 @@ class data extends filter {
}
},
{
label
:
"用途"
,
label
:
"
土地/房屋
用途"
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
...
...
Please
register
or
sign in
to post a comment