|
|
@ -445,13 +445,13 @@ export default {
|
|
|
|
|
|
|
|
|
|
|
|
this.getList();
|
|
|
|
this.getList();
|
|
|
|
// 设置表格高度 100% 125%
|
|
|
|
// 设置表格高度 100% 125%
|
|
|
|
let screen = window.screen;
|
|
|
|
let screen = window.screen;
|
|
|
|
let screenWidth = window.screen.width;
|
|
|
|
let screenWidth = window.screen.width;
|
|
|
|
let screenHeight = window.screen.height;
|
|
|
|
let screenHeight = window.screen.height;
|
|
|
|
if (screenWidth == 1366) {
|
|
|
|
if (screenWidth == 1366) {
|
|
|
|
this.tableHeight = 440;
|
|
|
|
this.tableHeight = 420;
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
this.tableHeight = detectZoom == 100 ? 700 : 480;
|
|
|
|
this.tableHeight = detectZoom == 100 ? 600 : 480;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
dicts: ["inspection_method", "check_source", "document_type"],
|
|
|
|
dicts: ["inspection_method", "check_source", "document_type"],
|
|
|
@ -697,7 +697,8 @@ export default {
|
|
|
|
.content {
|
|
|
|
.content {
|
|
|
|
// padding: 15px 10px;
|
|
|
|
// padding: 15px 10px;
|
|
|
|
.filtrate {
|
|
|
|
.filtrate {
|
|
|
|
padding-bottom: 10px;
|
|
|
|
padding: 31px 0 12px 0;
|
|
|
|
|
|
|
|
// padding-bottom: 10px;
|
|
|
|
.select-input {
|
|
|
|
.select-input {
|
|
|
|
// margin-right: 10px;
|
|
|
|
// margin-right: 10px;
|
|
|
|
margin-top: 20px;
|
|
|
|
margin-top: 20px;
|
|
|
|