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