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
3cae7ee8
authored
2024-01-18 14:23:36 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev'
2 parents
010822bc
421677be
Show whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
28 additions
and
27 deletions
src/styles/element-ui.scss
src/views/djbworkflow/components/qlrCommonTable.vue
src/views/djbworkflow/components/ywrCommonTable.vue
src/views/djbworkflow/djbBook/components/blxxtabs/tdsyq.vue
src/views/workflow/components/qlrCommonTable.vue
src/views/workflow/components/tdytTable.vue
src/views/workflow/components/ywrCommonTable.vue
src/views/ywbl/slsqxx/fdcq1/slxx.vue
src/views/ywbl/slsqxx/fdcq2/slxx.vue
src/views/ywbl/slsqxx/fdcq2/slxx300.vue
src/views/ywbl/slsqxx/fdcq2/slxxOverview.vue
src/views/ywbl/slsqxx/fwsyq/slxx.vue
src/views/ywbl/slsqxx/lqslxx/index.vue
src/views/ywbl/slsqxx/sllmslxx/index.vue
src/views/ywbl/slsqxx/ygdj/slxx.vue
src/views/ywbl/slsqxx/ygdj/slxx300.vue
src/views/ywbl/ycsl/components/detail.vue
src/styles/element-ui.scss
View file @
3cae7ee
...
...
@@ -201,7 +201,7 @@
// 表格样式
.el-table
th
{
height
:
4
8px
!
important
;
height
:
4
5px
;
font-size
:
14px
;
color
:
#4A4A4A
;
}
...
...
src/views/djbworkflow/components/qlrCommonTable.vue
View file @
3cae7ee
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 202
3-12-15 09:36:45
* @LastEditTime: 202
4-01-18 14:22:06
-->
<
template
>
<div>
...
...
@@ -10,7 +10,7 @@
:pagination=
"false"
:key=
"key"
:heightNumSetting=
"true"
:minHeight=
"
15
0"
:minHeight=
"0"
:data=
"tableDataList"
>
</lb-table>
<addQlr
...
...
@@ -247,6 +247,7 @@
deleClick
(
index
,
row
)
{
this
.
tableDataList
.
splice
(
index
,
1
);
this
.
$emit
(
"upDateQlrxxList"
,
this
.
tableDataList
);
this
.
key
++
},
/**
* @description: 身份证读取
...
...
src/views/djbworkflow/components/ywrCommonTable.vue
View file @
3cae7ee
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 202
3-12-15 09:37:47
* @LastEditTime: 202
4-01-18 14:22:11
-->
<
template
>
<div>
...
...
@@ -10,7 +10,7 @@
:pagination=
"false"
:key=
"key"
:heightNumSetting=
"true"
:minHeight=
"
15
0"
:minHeight=
"0"
:data=
"tableDataList"
>
</lb-table>
<addYwr
...
...
@@ -246,6 +246,7 @@
deleClick
(
index
,
row
)
{
this
.
tableDataList
.
splice
(
index
,
1
);
this
.
$emit
(
"upDateQlrxxList"
,
this
.
tableDataList
);
this
.
key
++
},
/**
...
...
src/views/djbworkflow/djbBook/components/blxxtabs/tdsyq.vue
View file @
3cae7ee
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 202
3-11-15 15:47:29
* @LastEditTime: 202
4-01-18 14:06:53
-->
<
template
>
<!-- 受理信息 -->
...
...
@@ -724,10 +724,6 @@
width
:
100%
;
}
/
deep
/
.el-form-item
{
margin-bottom
:
8px
;
}
.marginBot0
{
margin-bottom
:
0
!important
;
}
...
...
src/views/workflow/components/qlrCommonTable.vue
View file @
3cae7ee
...
...
@@ -5,7 +5,7 @@
-->
<
template
>
<div>
<lb-table
:column=
"column"
:pagination=
"false"
:key=
"key"
:heightNumSetting=
"true"
<lb-table
:column=
"column"
:pagination=
"false"
:key=
"key"
:heightNumSetting=
"true"
:minHeight=
"0"
:data=
"tableDataList"
>
</lb-table>
<addQlr
v-model=
"dialog"
:details=
"details"
:showButton=
"disabled"
@
updateDetail=
"handleupdateDetail"
/>
...
...
@@ -225,6 +225,7 @@
deleClick
(
index
,
row
)
{
this
.
tableDataList
.
splice
(
index
,
1
)
this
.
$emit
(
'upDateQlrxxList'
,
this
.
tableDataList
)
this
.
key
++
},
/**
* @description: 身份证读取
...
...
src/views/workflow/components/tdytTable.vue
View file @
3cae7ee
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 202
3-09-12 09:40:17
* @LastEditTime: 202
4-01-18 14:13:02
-->
<
template
>
<div>
...
...
@@ -12,8 +12,6 @@
:key=
"key"
:header-cell-style=
"
{ 'text-align': 'center' }"
:heightNumSetting="true"
:minHeight="150"
height="150"
style="width: 100%">
<el-table-column
prop=
"index"
width=
"50"
:render-header=
"renderHeader"
>
<template
slot-scope=
"scope"
>
...
...
@@ -302,4 +300,7 @@
/
deep
/
.el-table--border
.el-table__cell
:first-child
.cell
{
text-align
:
center
;
}
/
deep
/
.el-table--small
.el-table__cell
{
padding
:
3px
0
!important
;
}
</
style
>
...
...
src/views/workflow/components/ywrCommonTable.vue
View file @
3cae7ee
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 202
3-12-15 09:35:51
* @LastEditTime: 202
4-01-18 14:21:08
-->
<
template
>
<div>
<lb-table
:column=
"column"
:pagination=
"false"
:key=
"key"
:heightNumSetting=
"true"
<lb-table
:column=
"column"
:pagination=
"false"
:key=
"key"
:heightNumSetting=
"true"
:minHeight=
"0"
:data=
"tableDataList"
>
</lb-table>
<addQlr
v-model=
"dialog"
:details=
"details"
:showButton=
"disabled"
@
updateDetail=
"handleupdateDetail"
/>
...
...
@@ -197,6 +197,7 @@
deleClick
(
index
,
row
)
{
this
.
tableDataList
.
splice
(
index
,
1
)
this
.
$emit
(
'upDateQlrxxList'
,
this
.
tableDataList
)
this
.
key
++
},
/**
* @description: 身份证读取
...
...
src/views/ywbl/slsqxx/fdcq1/slxx.vue
View file @
3cae7ee
<!--
* @Description: 房屋多幢受理信息
* @Autor: ssq
* @LastEditTime: 202
3-11-15 15:46:54
* @LastEditTime: 202
4-01-18 14:12:11
-->
<
template
>
<div
class=
"slxx"
>
...
...
@@ -542,7 +542,7 @@
}
/
deep
/
.el-form-item
{
margin-bottom
:
8
px
;
margin-bottom
:
3
px
;
}
.marginBot0
{
...
...
src/views/ywbl/slsqxx/fdcq2/slxx.vue
View file @
3cae7ee
...
...
@@ -662,7 +662,7 @@
}
/
deep
/
.el-form-item
{
margin-bottom
:
8
px
;
margin-bottom
:
3
px
;
}
.marginBot0
{
...
...
src/views/ywbl/slsqxx/fdcq2/slxx300.vue
View file @
3cae7ee
...
...
@@ -569,7 +569,7 @@
}
/
deep
/
.el-form-item
{
margin-bottom
:
8
px
;
margin-bottom
:
3
px
;
}
.marginBot0
{
...
...
src/views/ywbl/slsqxx/fdcq2/slxxOverview.vue
View file @
3cae7ee
...
...
@@ -474,7 +474,7 @@
}
/
deep
/
.el-form-item
{
margin-bottom
:
8
px
;
margin-bottom
:
3
px
;
}
.marginBot0
{
...
...
src/views/ywbl/slsqxx/fwsyq/slxx.vue
View file @
3cae7ee
...
...
@@ -506,7 +506,7 @@
}
/
deep
/
.el-form-item
{
margin-bottom
:
8
px
;
margin-bottom
:
3
px
;
}
.marginBot0
{
...
...
src/views/ywbl/slsqxx/lqslxx/index.vue
View file @
3cae7ee
...
...
@@ -533,7 +533,7 @@
}
/
deep
/
.el-form-item
{
margin-bottom
:
8
px
;
margin-bottom
:
3
px
;
}
.marginBot0
{
...
...
src/views/ywbl/slsqxx/sllmslxx/index.vue
View file @
3cae7ee
...
...
@@ -551,7 +551,7 @@
}
/
deep
/
.el-form-item
{
margin-bottom
:
8
px
;
margin-bottom
:
3
px
;
}
.marginBot0
{
...
...
src/views/ywbl/slsqxx/ygdj/slxx.vue
View file @
3cae7ee
...
...
@@ -493,7 +493,7 @@
}
/
deep
/
.el-form-item
{
margin-bottom
:
8
px
;
margin-bottom
:
3
px
;
}
.marginBot0
{
...
...
src/views/ywbl/slsqxx/ygdj/slxx300.vue
View file @
3cae7ee
...
...
@@ -431,7 +431,7 @@
}
/
deep
/
.el-form-item
{
margin-bottom
:
8
px
;
margin-bottom
:
3
px
;
}
.marginBot0
{
...
...
src/views/ywbl/ycsl/components/detail.vue
View file @
3cae7ee
...
...
@@ -233,7 +233,7 @@
</
script
>
<
style
scoped
lang=
'scss'
>
/
deep
/
.el-form-item
{
margin-bottom
:
8
px
;
margin-bottom
:
3
px
;
}
.title
{
padding-left
:
10px
;
...
...
Please
register
or
sign in
to post a comment