bug修复,表单样式修改

This commit is contained in:
jjLv 2024-09-30 13:50:24 +08:00
parent 4945b255be
commit 1349bf26ae
1 changed files with 3 additions and 3 deletions

View File

@ -102,7 +102,7 @@ function initTable(dataList, limit, page) {
},
{
field: "devCode",
// width: 150,
width: 250,
title: "样品编号",
unresize: true,
align: "center",
@ -112,7 +112,7 @@ function initTable(dataList, limit, page) {
},
{
field: "customerCode",
// width: 150,
width: 200,
title: "样品编码",
unresize: true,
align: "center",
@ -122,7 +122,7 @@ function initTable(dataList, limit, page) {
},
{
field: "devModule",
// width: 150,
// width: 200,
title: "样品规格",
unresize: true,
align: "center",