bug修复,表单样式修改
This commit is contained in:
parent
4945b255be
commit
1349bf26ae
|
|
@ -102,7 +102,7 @@ function initTable(dataList, limit, page) {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
field: "devCode",
|
field: "devCode",
|
||||||
// width: 150,
|
width: 250,
|
||||||
title: "样品编号",
|
title: "样品编号",
|
||||||
unresize: true,
|
unresize: true,
|
||||||
align: "center",
|
align: "center",
|
||||||
|
|
@ -112,7 +112,7 @@ function initTable(dataList, limit, page) {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
field: "customerCode",
|
field: "customerCode",
|
||||||
// width: 150,
|
width: 200,
|
||||||
title: "样品编码",
|
title: "样品编码",
|
||||||
unresize: true,
|
unresize: true,
|
||||||
align: "center",
|
align: "center",
|
||||||
|
|
@ -122,7 +122,7 @@ function initTable(dataList, limit, page) {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
field: "devModule",
|
field: "devModule",
|
||||||
// width: 150,
|
// width: 200,
|
||||||
title: "样品规格",
|
title: "样品规格",
|
||||||
unresize: true,
|
unresize: true,
|
||||||
align: "center",
|
align: "center",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue