mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-16 12:16:44 +08:00
'产说会查询详情'
This commit is contained in:
@@ -56,10 +56,10 @@ export default {
|
|||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.statisticsTable th {
|
.statisticsTable th {
|
||||||
width: 130px;
|
width: 800px;
|
||||||
}
|
}
|
||||||
table {
|
table {
|
||||||
width: 200vw;
|
// width: 200vw;
|
||||||
}
|
}
|
||||||
.statisticsTable {
|
.statisticsTable {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@@ -88,12 +88,12 @@ table {
|
|||||||
.th-fixed {
|
.th-fixed {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
left: 0;
|
left: 0;
|
||||||
width:200px;
|
width:100px;
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
}
|
}
|
||||||
.td-fixed {
|
.td-fixed {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
width:200px;
|
width:100px;
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
left: 0;
|
left: 0;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
|
|||||||
@@ -104,7 +104,7 @@ export default {
|
|||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
theads: ['姓名', '产品名称', '预收标保(万元)', '保额(万元)', '预收时间', '承保时间'],
|
theads: ['姓名', '产品名称', '保费(万元)', '预收时间', '承保时间'],
|
||||||
tableData: [],
|
tableData: [],
|
||||||
maxDate: new Date(),
|
maxDate: new Date(),
|
||||||
filterDate: '',
|
filterDate: '',
|
||||||
|
|||||||
Reference in New Issue
Block a user