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
fea42bb0
authored
2023-08-08 14:38:42 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:法律法规
1 parent
762f710d
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
src/views/system/flfg/flfg.vue
src/views/system/xttz/xttz.vue
src/views/ywbl/dbx/dbxdata.js
src/views/system/flfg/flfg.vue
View file @
fea42bb
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-0
7-25 09:27:43
* @LastEditTime: 2023-0
8-08 11:01:08
-->
<
template
>
<div
class=
"from-clues"
>
<!-- 表单部分 -->
<div
class=
"from-clues-header"
>
<el-form
:model=
"ruleForm"
@
submit
.
native
.
prevent
label-width=
"
8
0px"
>
<el-form
:model=
"ruleForm"
@
submit
.
native
.
prevent
label-width=
"
5
0px"
>
<el-row>
<el-col
:span=
"5"
>
<el-form-item
label=
"标题"
>
...
...
@@ -24,7 +24,7 @@
</el-form>
</div>
<!-- 表格 -->
<div
class=
"from-clues-content"
>
<div
class=
"from-clues-content
loadingtext
"
>
<lb-table
:page-size=
"pageData.size"
border
:current-page
.
sync=
"pageData.current"
:total=
"tableData.total"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
:column=
"tableData.columns"
:data=
"tableData.data"
>
...
...
src/views/system/xttz/xttz.vue
View file @
fea42bb
...
...
@@ -27,7 +27,7 @@
</el-form>
</div>
<!-- 表格 -->
<div
class=
"from-clues-content"
>
<div
class=
"from-clues-content
loadingtext
"
>
<lb-table
:page-size=
"pageData.size"
border
:current-page
.
sync=
"pageData.current"
:total=
"tableData.total"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
:column=
"tableData.columns"
:data=
"tableData.data"
>
...
...
src/views/ywbl/dbx/dbxdata.js
View file @
fea42bb
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-08
09:36:08
* @LastEditTime: 2023-08-08
14:32:47
*/
import
filter
from
'@/utils/filter.js'
let
vm
=
null
...
...
@@ -72,6 +72,7 @@ class data extends filter {
prop
:
"qlrmc"
,
label
:
"权利人"
,
width
:
'120'
,
showOverflowTooltip
:
true
},
{
prop
:
"ywrmc"
,
...
...
Please
register
or
sign in
to post a comment