|
@@ -252,7 +252,7 @@ export default {
|
|
|
return {
|
|
|
produce_id: this.$route.query.produce_id || "",
|
|
|
tableData: [],
|
|
|
- tableColumns: [
|
|
|
+ tableColumns: [
|
|
|
{ type: "selection", align: "center", minWidth: 100, fixed: "left" },
|
|
|
{ title: "订单号", align: "center", key: "order_no", minWidth: 150 },
|
|
|
{
|
|
@@ -579,6 +579,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
/deep/.ivu-table-fixed-body {
|
|
|
- padding-bottom: 20px;
|
|
|
+ // padding-bottom: 20px;
|
|
|
+ height:-461px;
|
|
|
}
|
|
|
</style>
|