diff --git a/src/main/resources/static/js/basis/standard/testManagementList.js b/src/main/resources/static/js/basis/standard/testManagementList.js
index 2970c5f..0c52d61 100644
--- a/src/main/resources/static/js/basis/standard/testManagementList.js
+++ b/src/main/resources/static/js/basis/standard/testManagementList.js
@@ -75,15 +75,15 @@ function initTable(dataList, limit, page) {
return (page - 1) * limit + d.LAY_NUM;
}
},
- {field: "customName", title: "送样单位", unresize: true, align: "center"},
- {field: "sampleTime", title: "送样时间", unresize: true, align: "center"},
- {field: "sampleDev", title: "送样设备", unresize: true, align: "center"},
- {field: "customNum", title: "送样数量", unresize: true, align: "center"},
- {field: "sampleUserName", title: "收样人", unresize: true, align: "center"},
- {field: "sampleDate", title: "收样时间", unresize: true, align: "center"},
- {field: "dispatchUserName", title: "派工人", unresize: true, align: "center"},
- {field: "teamName", title: "试验班组", unresize: true, align: "center"},
- {field: "", title: "状态", unresize: true, align: "center",
+ {field: "customName", title: "送样单位", unresize: true, align: "center",width: 150},
+ {field: "sampleTime", title: "送样时间", unresize: true, align: "center",width: 150},
+ {field: "sampleDev", title: "送样设备", unresize: true, align: "center",width: 150},
+ {field: "customNum", title: "送样数量", unresize: true, align: "center",width: 150},
+ {field: "sampleUserName", title: "收样人", unresize: true, align: "center",width: 150},
+ {field: "sampleDate", title: "收样时间", unresize: true, align: "center",width: 150},
+ {field: "dispatchUserName", title: "派工人", unresize: true, align: "center",width: 150},
+ {field: "teamName", title: "试验班组", unresize: true, align: "center",width: 150},
+ {field: "", title: "状态", unresize: true, align: "center",width: 150,
templet: function (d) {
if (d.audtiStatus == "待试验") {
var html = " 待试验";
@@ -127,7 +127,7 @@ function initTable(dataList, limit, page) {
}
}
},*/
- {title: "操作", unresize: true, width: 300, align: "center",
+ {title: "操作", unresize: true, width: 150, align: "center",
templet: function (d) {
var id = d.id;
var customNum = d.customNum
diff --git a/src/main/resources/static/pages/basic/standard/child/testCheck.html b/src/main/resources/static/pages/basic/standard/child/testCheck.html
index a5f6705..c5909ed 100644
--- a/src/main/resources/static/pages/basic/standard/child/testCheck.html
+++ b/src/main/resources/static/pages/basic/standard/child/testCheck.html
@@ -3,9 +3,9 @@
-
-
+
+
@@ -41,7 +41,11 @@
}
.table-cell-wide {
- width: 340px !important;
+ width: 200vw !important;
+ }
+
+ .layui-table th, .layui-table td {
+ white-space: nowrap;
}
@@ -161,28 +165,7 @@
-
-
-
@@ -192,34 +175,65 @@
-
-
+
+
-
+
+
+
+
+
+