Commit 5a758e1c authored by danfuman's avatar danfuman

修改

parent 28b907bc
......@@ -163,7 +163,7 @@
<div v-if="scope.row.companyId">
<router-link :to="`/monitoring/MonitoringReportDetails/${scope.row.companyId}`" tag="a" class="a-link companyName">{{scope.row.customerName}}</router-link>
</div>
<div v-else>{{scope.row.companyName}}</div>
<div v-else>{{scope.row.customerName}}</div>
</template>
</el-table-column>
<el-table-column label="风险总数" prop="riskTotal">
......@@ -498,7 +498,7 @@
score:'25'
},
],
timeList: ['昨','近三天', '近七天', '近半月', '自定义'],
timeList: ['昨','近三天', '近七天', '近半月', '自定义'],
time:'',
time1:'',
inputID: this.getUid(),
......@@ -1754,7 +1754,8 @@
}
.picker-block{
.el-picker-panel.el-date-range-picker.el-popper{
left: -680px !important;
left: auto !important;
right: 124px !important;
top:144px !important;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment