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
668d7732
authored
2023-04-24 09:07:51 +0800
by
tianhaohao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改代码
1 parent
65bbe295
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
14 deletions
src/api/config.js
src/views/zhcx/jdcx/jdcx.vue
src/views/zhcx/jdcx/jdcxdata.js
src/api/config.js
0 → 100644
View file @
668d773
/*
* @Description: api请求配置文件
* @Autor: renchao
* @LastEditTime: 2023-04-18 14:14:07
*/
export
default
{
SERVERAPI
:
'service-bdcdj-th'
}
\ No newline at end of file
src/views/zhcx/jdcx/jdcx.vue
View file @
668d773
...
...
@@ -72,8 +72,8 @@
</div>
<!-- 表格 -->
<div
class=
"from-clues-content"
>
<lb-table
:page-size=
"pageData.
pageS
ize"
class=
"loadingtext"
@
sort-change=
"handleSort"
:current-page
.
sync=
"pageData.currentPage"
:total=
"
pag
eData.total"
@
size-change=
"handleSizeChange"
<lb-table
:page-size=
"pageData.
s
ize"
class=
"loadingtext"
@
sort-change=
"handleSort"
:current-page
.
sync=
"pageData.currentPage"
:total=
"
tabl
eData.total"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
:column=
"tableData.columns"
:data=
"tableData.data"
>
</lb-table>
</div>
...
...
@@ -102,12 +102,13 @@ export default {
djlx
:
""
,
ywh
:
""
,
},
pageData
:
{
currentPage
:
1
,
pageSize
:
10
,
total
:
0
,
},
//
pageData: {
//
currentPage: 1,
//
pageSize: 10,
//
total: 0,
//
},
tableData
:
{
total
:
0
,
columns
:
datas
.
columns
(),
data
:
[]
}
...
...
src/views/zhcx/jdcx/jdcxdata.js
View file @
668d773
...
...
@@ -37,7 +37,7 @@ class data extends filter {
}
},
{
label
:
"
办理状态
"
,
label
:
"
在办环节
"
,
render
:
(
h
,
scope
)
=>
{
if
((
scope
.
row
.
zbhj
!=
''
&&
scope
.
row
.
zbhj
!=
null
)
||
(
scope
.
row
.
userName
!=
''
&&
scope
.
row
.
userName
!=
null
))
return
(
...
...
@@ -82,12 +82,7 @@ class data extends filter {
label
:
"坐落"
,
minWidth
:
'150'
,
showOverflowTooltip
:
true
},
{
prop
:
"slry"
,
label
:
"受理人员"
,
},
},
{
prop
:
"slsj"
,
label
:
"受理时间"
,
...
...
@@ -95,6 +90,10 @@ class data extends filter {
sortable
:
'custom'
},
{
prop
:
"slry"
,
label
:
"受理人员"
,
},
{
prop
:
"jssj"
,
label
:
"结束时间"
,
width
:
'140'
,
...
...
Please
register
or
sign in
to post a comment