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
9985caa7
authored
2022-09-14 10:23:20 +0800
by
田浩浩
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改待办箱相关样式
1 parent
6b3cb24b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
src/views/ywbl/dbx/dbx.vue
src/views/ywbl/dbx/dbxdata.js
src/views/ywbl/dbx/dbx.vue
View file @
9985caa
...
...
@@ -47,7 +47,7 @@
<!-- 表格 -->
<!-- 表格 -->
<div
class=
"from-clues-content"
>
<lb-table
:page-size=
"pageData.size"
:current-page
.
sync=
"pageData.currentPage"
:total=
"tableData.total"
<lb-table
:page-size=
"pageData.size"
border
:current-page
.
sync=
"pageData.currentPage"
:total=
"tableData.total"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
:column=
"tableData.columns"
:data=
"tableData.data"
>
</lb-table>
...
...
src/views/ywbl/dbx/dbxdata.js
View file @
9985caa
...
...
@@ -13,7 +13,7 @@ class data extends filter {
{
label
:
'序号'
,
type
:
'index'
,
width
:
'
6
0'
width
:
'
5
0'
},
{
prop
:
"ywlymc"
,
...
...
@@ -55,23 +55,23 @@ class data extends filter {
{
prop
:
"qlrmc"
,
label
:
"权利人"
,
width
:
'
7
0'
width
:
'
18
0'
},
{
prop
:
"ywrmc"
,
label
:
"义务人"
,
width
:
'
7
0'
width
:
'
18
0'
},
{
prop
:
"zl"
,
label
:
"坐落"
,
width
:
'
18
0'
width
:
'
26
0'
},
{
prop
:
"slsj"
,
label
:
"受理时间"
,
sortable
:
'custom'
,
width
:
'1
6
0'
width
:
'1
5
0'
},
{
prop
:
"slry"
,
...
...
@@ -82,7 +82,7 @@ class data extends filter {
prop
:
"zrsj"
,
label
:
"转入时间"
,
sortable
:
'custom'
,
width
:
'1
6
0'
width
:
'1
5
0'
},
{
label
:
'操作'
,
...
...
Please
register
or
sign in
to post a comment