Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-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
0ceda15c
authored
2022-12-02 09:43:47 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:文件的修改
1 parent
2171e58a
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
67 additions
and
41 deletions
src/layout/components/Sidebar/index.vue
src/styles/sidebar.scss
src/styles/variables.scss
src/views/business-info/cancellation-registration/index.vue
src/views/business-info/easement-registration/index.vue
src/views/business-info/forest-ownership/index.vue
src/views/business-info/land-building/index.vue
src/views/business-info/owner-share/index.vue
src/views/business-info/real-estate-many/index.vue
src/views/business-info/real-estate-single/index.vue
src/layout/components/Sidebar/index.vue
View file @
0ceda15
...
...
@@ -40,3 +40,6 @@ export default {
}
}
</
script
>
<
style
scoped
lang=
"scss"
>
</
style
>
\ No newline at end of file
...
...
src/styles/sidebar.scss
View file @
0ceda15
...
...
@@ -322,4 +322,30 @@
border-radius
:
20px
;
}
}
}
.el-submenu__title
{
display
:
flex
;
align-items
:
center
;
}
.el-submenu__title
span
{
white-space
:
normal
;
word-break
:
break-all
;
line-height
:
20px
;
flex
:
1
;
padding-right
:
20px
;
}
.el-menu-item
{
display
:
flex
;
align-items
:
center
;
padding-right
:
20px
!
important
;
}
.el-menu-item
span
{
white-space
:
normal
;
word-break
:
break-all
;
line-height
:
20px
;
flex
:
1
;
}
\ No newline at end of file
...
...
src/styles/variables.scss
View file @
0ceda15
...
...
@@ -22,7 +22,7 @@ $menuHover:#0794FF;
$subMenuBg
:
#202B3D
;
$subMenuHover
:
#0794FF
;
$sideBarWidth
:
2
5
0px
;
$sideBarWidth
:
2
1
0px
;
$sideBarFontSize
:
15px
;
// border颜色
...
...
src/views/business-info/cancellation-registration/index.vue
View file @
0ceda15
...
...
@@ -13,16 +13,16 @@
<el-input
v-model=
"form.BDCDYH"
placeholder=
"不动产单元号"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"14"
class=
"
from-clues-search-button
"
>
<el-col
:span=
"14"
class=
"
btnColRight
"
>
<el-button
type=
"primary"
@
click=
"handleSubmit"
>
查询结果
</el-button>
</el-col>
</el-row>
</el-form>
</div>
<div
class=
"from-clues-content"
>
<lb-table
v-loading=
"loading"
:page-size=
"pageData.size"
:current-page
.
sync=
"pageData.current
"
:total=
"pageData.total"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange
"
:
column=
"tableData.columns"
:
data=
"tableData.data"
>
<lb-table
:page-size=
"pageData.size"
:current-page
.
sync=
"pageData.current"
:total=
"pageData.total
"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
:column=
"tableData.columns
"
:data=
"tableData.data"
>
</lb-table>
<message-tips
ref=
"msg"
:message=
"message"
/>
</div>
...
...
@@ -48,7 +48,6 @@ export default {
},
data
()
{
return
{
loading
:
false
,
form
:
{
YWH
:
''
,
BDCDYH
:
''
,
...
...
@@ -104,7 +103,6 @@ export default {
methods
:
{
async
featchData
()
{
try
{
this
.
loading
=
true
this
.
form
=
Object
.
assign
(
this
.
form
,
this
.
formData
)
let
{
result
:
{
list
,
total
,
pages
:
pageSize
,
pageNum
:
current
}
}
=
await
business
.
getQlfQlZxdjByCondition
(
this
.
form
)
...
...
@@ -118,7 +116,6 @@ export default {
this
.
message
=
error
this
.
$refs
.
msg
.
messageShow
()
}
this
.
loading
=
false
},
async
handlDatadetails
(
index
,
row
)
{
let
{
result
:
res
,
message
}
=
await
dataReporting
.
getQltFwFdcqYzByCondition
(
row
.
BSM_SJSB
)
...
...
@@ -134,5 +131,6 @@ export default {
}
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/public.scss"
;
@import
"./index.scss"
;
</
style
>
\ No newline at end of file
...
...
src/views/business-info/easement-registration/index.vue
View file @
0ceda15
...
...
@@ -25,9 +25,9 @@
</el-form>
</div>
<div
class=
"from-clues-content"
>
<lb-table
v-loading=
"loading"
:page-size=
"pageData.size"
:current-page
.
sync=
"pageData.current
"
:total=
"pageData.total"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange
"
:
column=
"tableData.columns"
:
data=
"tableData.data"
>
<lb-table
:page-size=
"pageData.size"
:current-page
.
sync=
"pageData.current"
:total=
"pageData.total
"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
:column=
"tableData.columns
"
:data=
"tableData.data"
>
</lb-table>
<message-tips
ref=
"msg"
:message=
"message"
/>
</div>
...
...
@@ -55,7 +55,6 @@ export default {
},
data
()
{
return
{
loading
:
false
,
form
:
{
YWH
:
''
,
GYDBDCDYH
:
''
,
...
...
@@ -112,7 +111,6 @@ export default {
methods
:
{
async
featchData
()
{
try
{
this
.
loading
=
true
this
.
form
=
Object
.
assign
(
this
.
form
,
this
.
formData
)
let
{
result
:
{
list
,
total
,
pages
:
pageSize
,
pageNum
:
current
}
}
=
await
business
.
getQlfQlDyiqByCondtion
(
this
.
form
)
...
...
@@ -126,7 +124,6 @@ export default {
this
.
message
=
error
this
.
$refs
.
msg
.
messageShow
()
}
this
.
loading
=
false
},
async
handlDatadetails
(
index
,
row
)
{
let
{
result
:
res
,
message
}
=
await
dataReporting
.
getQltFwFdcqYzByCondition
(
row
.
BSM_SJSB
)
...
...
@@ -142,5 +139,6 @@ export default {
}
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/public.scss"
;
@import
"./index.scss"
;
</
style
>
\ No newline at end of file
...
...
src/views/business-info/forest-ownership/index.vue
View file @
0ceda15
...
...
@@ -13,16 +13,16 @@
<el-input
v-model=
"form.BDCDYH"
placeholder=
"不动产单元号"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"14"
class=
"
from-clues-search-button
"
>
<el-col
:span=
"14"
class=
"
btnColRight
"
>
<el-button
type=
"primary"
@
click=
"handleSubmit"
>
查询结果
</el-button>
</el-col>
</el-row>
</el-form>
</div>
<div
class=
"from-clues-content"
>
<lb-table
v-loading=
"loading"
:page-size=
"pageData.size"
:current-page
.
sync=
"pageData.current
"
:total=
"pageData.total"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange
"
:
column=
"tableData.columns"
:
data=
"tableData.data"
>
<lb-table
:page-size=
"pageData.size"
:current-page
.
sync=
"pageData.current"
:total=
"pageData.total
"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
:column=
"tableData.columns
"
:data=
"tableData.data"
>
</lb-table>
<message-tips
ref=
"msg"
:message=
"message"
/>
</div>
...
...
@@ -50,7 +50,6 @@ export default {
},
data
()
{
return
{
loading
:
false
,
form
:
{
YWH
:
''
,
BDCDYH
:
''
,
...
...
@@ -106,7 +105,6 @@ export default {
methods
:
{
async
featchData
()
{
try
{
this
.
loading
=
true
this
.
form
=
Object
.
assign
(
this
.
form
,
this
.
formData
)
let
{
result
:
{
list
,
total
,
pages
:
pageSize
,
pageNum
:
current
}
}
=
await
business
.
getQltQlLqByCondition
(
this
.
form
)
...
...
@@ -120,7 +118,6 @@ export default {
this
.
message
=
error
this
.
$refs
.
msg
.
messageShow
()
}
this
.
loading
=
false
},
async
handlDatadetails
(
index
,
row
)
{
let
{
result
:
res
,
message
}
=
await
dataReporting
.
getQltFwFdcqYzByCondition
(
row
.
BSM_SJSB
)
...
...
@@ -136,5 +133,6 @@ export default {
}
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/public.scss"
;
@import
"./index.scss"
;
</
style
>
\ No newline at end of file
...
...
src/views/business-info/land-building/index.vue
View file @
0ceda15
...
...
@@ -31,7 +31,7 @@
<el-input
v-model=
"form.BDCDYH"
placeholder=
"不动产单元号"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"4"
class=
"
from-clues-search-button
"
>
<el-col
:span=
"4"
class=
"
btnColRight
"
>
<el-button
type=
"primary"
@
click=
"handleSubmit"
>
查询结果
</el-button>
</el-col>
</el-row>
...
...
@@ -190,5 +190,6 @@ export default {
}
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/public.scss"
;
@import
"./index.scss"
;
</
style
>
\ No newline at end of file
...
...
src/views/business-info/owner-share/index.vue
View file @
0ceda15
...
...
@@ -22,16 +22,16 @@
<el-input
v-model=
"form.BDCDYH"
placeholder=
"不动产单元号"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"9"
class=
"
from-clues-search-button
"
>
<el-col
:span=
"9"
class=
"
btnColRight
"
>
<el-button
type=
"primary"
@
click=
"handleSubmit"
>
查询结果
</el-button>
</el-col>
</el-row>
</el-form>
</div>
<div
class=
"from-clues-content"
>
<lb-table
v-loading=
"loading"
:page-size=
"pageData.size"
:current-page
.
sync=
"pageData.current
"
:total=
"pageData.total"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange
"
:
column=
"tableData.columns"
:
data=
"tableData.data"
>
<lb-table
:page-size=
"pageData.size"
:current-page
.
sync=
"pageData.current"
:total=
"pageData.total
"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
:column=
"tableData.columns
"
:data=
"tableData.data"
>
</lb-table>
<message-tips
ref=
"msg"
:message=
"message"
/>
</div>
...
...
@@ -59,7 +59,6 @@ export default {
},
data
()
{
return
{
loading
:
false
,
form
:
{
YWH
:
''
,
QLLX
:
''
,
...
...
@@ -120,7 +119,6 @@ export default {
},
async
featchData
()
{
try
{
this
.
loading
=
true
this
.
form
=
Object
.
assign
(
this
.
form
,
this
.
formData
)
let
{
result
:
{
list
,
total
,
pages
:
pageSize
,
pageNum
:
current
}
}
=
await
business
.
getQlfFwFdcqQfsyqByConditon
(
this
.
form
)
...
...
@@ -132,9 +130,7 @@ export default {
}
}
catch
(
error
)
{
this
.
message
=
error
this
.
$refs
.
msg
.
messageShow
()
}
this
.
loading
=
false
},
async
handlDatadetails
(
index
,
row
)
{
let
{
result
:
res
,
message
}
=
await
dataReporting
.
getQltFwFdcqYzByCondition
(
row
.
BSM_SJSB
)
...
...
@@ -148,4 +144,7 @@ export default {
},
}
}
</
script
>
\ No newline at end of file
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/public.scss"
;
</
style
>
\ No newline at end of file
...
...
src/views/business-info/real-estate-many/index.vue
View file @
0ceda15
...
...
@@ -31,7 +31,7 @@
<el-input
v-model=
"form.BDCDYH"
placeholder=
"不动产单元号"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"4"
class=
"
from-clues-search-button
"
>
<el-col
:span=
"4"
class=
"
btnColRight
"
>
<el-button
type=
"primary"
@
click=
"handleSubmit"
>
查询结果
</el-button>
</el-col>
</el-row>
...
...
@@ -188,4 +188,7 @@ export default {
}
}
}
</
script
>
\ No newline at end of file
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/public.scss"
;
</
style
>
\ No newline at end of file
...
...
src/views/business-info/real-estate-single/index.vue
View file @
0ceda15
...
...
@@ -31,16 +31,16 @@
<el-input
v-model=
"form.BDCDYH"
placeholder=
"不动产单元号"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"4"
class=
"
from-clues-search-button
"
>
<el-col
:span=
"4"
class=
"
btnColRight
"
>
<el-button
type=
"primary"
@
click=
"handleSubmit"
>
查询结果
</el-button>
</el-col>
</el-row>
</el-form>
</div>
<div
class=
"from-clues-content"
>
<lb-table
v-loading=
"loading"
:page-size=
"pageData.size"
:current-page
.
sync=
"pageData.current
"
:total=
"pageData.total"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange
"
:
column=
"tableData.columns"
:
data=
"tableData.data"
>
<lb-table
:page-size=
"pageData.size"
:current-page
.
sync=
"pageData.current"
:total=
"pageData.total
"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
:column=
"tableData.columns
"
:data=
"tableData.data"
>
</lb-table>
<message-tips
ref=
"msg"
:message=
"message"
/>
</div>
...
...
@@ -68,7 +68,6 @@ export default {
},
data
()
{
return
{
loading
:
false
,
form
:
{
YWH
:
''
,
QLLX
:
''
,
...
...
@@ -163,7 +162,6 @@ export default {
},
async
featchData
()
{
try
{
this
.
loading
=
true
this
.
form
=
Object
.
assign
(
this
.
form
,
this
.
formData
)
let
{
result
:
{
list
,
total
,
pages
:
pageSize
,
pageNum
:
current
}
}
=
await
business
.
getQltFwFdcqYzByCondition
(
this
.
form
)
...
...
@@ -177,7 +175,6 @@ export default {
this
.
message
=
error
this
.
$refs
.
msg
.
messageShow
()
}
this
.
loading
=
false
},
async
handlDatadetails
(
index
,
row
)
{
let
{
result
:
res
,
message
}
=
await
dataReporting
.
getQltFwFdcqYzByCondition
(
row
.
BSM_SJSB
)
...
...
@@ -191,4 +188,7 @@ export default {
}
}
}
</
script
>
\ No newline at end of file
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/public.scss"
;
</
style
>
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment