|
@@ -201,7 +201,8 @@ export default {
|
|
|
const columnsDeep = this.columns.toSpliced(0, 2)
|
|
|
columnsDeep.unshift({
|
|
|
label: '序号',
|
|
|
- prop: 'tOrder'
|
|
|
+ prop: 'tOrder',
|
|
|
+ width: '60',
|
|
|
})
|
|
|
return <cy-comm-table
|
|
|
columns={ columnsDeep }
|
|
@@ -213,7 +214,8 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
label: '序号',
|
|
|
- prop: 'fOrder'
|
|
|
+ prop: 'fOrder',
|
|
|
+ width: '60',
|
|
|
},
|
|
|
|
|
|
{
|
|
@@ -307,7 +309,8 @@ export default {
|
|
|
const columnsDeep = this.columnsInfo.toSpliced(0, 2)
|
|
|
columnsDeep.unshift({
|
|
|
label: '序号',
|
|
|
- prop: 'tOrder'
|
|
|
+ prop: 'tOrder',
|
|
|
+ width: '60',
|
|
|
})
|
|
|
return <cy-comm-table
|
|
|
columns={ columnsDeep }
|
|
@@ -319,7 +322,8 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
label: '序号',
|
|
|
- prop: 'fOrder'
|
|
|
+ prop: 'fOrder',
|
|
|
+ width: '60',
|
|
|
},
|
|
|
{
|
|
|
label: '验收单货物编号',
|