样式修改

dev-scheduling
jinna 2 weeks ago
parent af01544573
commit 0237ef0d84
  1. 8
      src/views/orderManagement/components/lookProcess.vue

@ -157,19 +157,19 @@ export default {
label: '一级工艺计划(A)号', label: '一级工艺计划(A)号',
prop: 'firpp', prop: 'firpp',
search: false, search: false,
width: 150, width: 140,
}, },
{ {
label: '一级工艺计划名称', label: '一级工艺计划名称',
prop: 'firppname', prop: 'firppname',
search: false, search: false,
width: 150, width: 140,
}, },
{ {
label: '一级工序(B)号', label: '一级工序(B)号',
prop: 'firseq', prop: 'firseq',
search: false, search: false,
width: 135, width: 130,
}, },
{ {
label: '一级工序名称', label: '一级工序名称',
@ -181,7 +181,7 @@ export default {
label: '一级工序序号', label: '一级工序序号',
prop: 'firseqno', prop: 'firseqno',
search: false, search: false,
width: 180, width: 128,
}, },
], ],
}, },

Loading…
Cancel
Save