@@ -104,16 +104,19 @@
label: '牌号',
align: 'center'
},
- {
- prop: 'modelType',
- label: '型号',
- align: 'center'
- },
{
prop: 'specification',
label: '规格',
+ align: 'center',
+ showOverflowTooltip: true,
+ minWidth: 110
+ },
+ {
+ prop: 'modelType',
+ label: '型号',
+
type: 'selection',
width: 55,
@@ -69,6 +69,11 @@ export default {
+ prop: 'specification',
+ label: '规格',
+ align: 'center'
prop: 'modelType',
@@ -78,11 +83,7 @@ export default {
- prop: 'specification',
- label: '规格',
@@ -225,15 +225,16 @@
showOverflowTooltip: true
prop: 'batchNo',
label: '批次号',
@@ -222,19 +222,20 @@ export const standardColumns = [
prop: 'brandNum',
label: '牌号'
-
align: 'center',
prop: 'measuringUnit',
label: '计量单位',