'产说会查询详情'

This commit is contained in:
proudlx
2021-04-25 16:27:22 +08:00
parent 518bdc7750
commit d53a798397
2 changed files with 5 additions and 5 deletions

View File

@@ -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;

View File

@@ -104,7 +104,7 @@ export default {
},
data() {
return {
theads: ['姓名', '产品名称', '预收标保(万元)', '保额(万元)', '预收时间', '承保时间'],
theads: ['姓名', '产品名称', '保费(万元)', '预收时间', '承保时间'],
tableData: [],
maxDate: new Date(),
filterDate: '',