Commit 33b6c1e6 authored by jzc's avatar jzc

修复pad端状态及字段展示

parent b46a1d0f
......@@ -520,7 +520,7 @@ export default {
'ERROR_STOP': '异常停工',
'FINISHED': '完工'
},
width: 60,
width: 140,
align: "center"
},
{
......@@ -543,7 +543,7 @@ export default {
{
name: 'quantity',
label: '待加工数量',
width: 140,
width: 80,
},
// {
// name: 'date',
......@@ -583,13 +583,13 @@ export default {
{
name: 'quantityQuanlify',
label: '合格数量',
width: 60,
width: 70,
align: "center"
},
{
name: 'quantityUnquanlify',
label: '不合格数量',
width: 60,
width: 70,
align: "center"
},
// {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment