add rowSeq for screen 7
This commit is contained in:

parent
39502ae8fb
commit
4bcf6d6a4c
@ -546,12 +546,6 @@ export default {
|
|||||||
columnOptions: {
|
columnOptions: {
|
||||||
resizable: true,
|
resizable: true,
|
||||||
},
|
},
|
||||||
rowHeaders: [
|
|
||||||
{
|
|
||||||
type: 'rowNum',
|
|
||||||
align: 'right',
|
|
||||||
},
|
|
||||||
],
|
|
||||||
header: {
|
header: {
|
||||||
height: 37,
|
height: 37,
|
||||||
},
|
},
|
||||||
@ -575,6 +569,7 @@ export default {
|
|||||||
|
|
||||||
const _this = this;
|
const _this = this;
|
||||||
const myColumns = [
|
const myColumns = [
|
||||||
|
{ header: 'No.', name: 'rowSeq', align: 'right', width: 90 },
|
||||||
{
|
{
|
||||||
header: 'FAB',
|
header: 'FAB',
|
||||||
name: 'fabNm',
|
name: 'fabNm',
|
||||||
|
Reference in New Issue
Block a user