bug修复,表单样式修改
This commit is contained in:
parent
4945b255be
commit
1349bf26ae
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue