hotfix bug screen 10
This commit is contained in:

parent
c815eae2ca
commit
50698ac661
@ -68,18 +68,6 @@ export default {
|
|||||||
loadGrid: false,
|
loadGrid: false,
|
||||||
gridName: 'rowDataSetTagRelGrid',
|
gridName: 'rowDataSetTagRelGrid',
|
||||||
detailDataSetTagList: myDataSetTagDetail,
|
detailDataSetTagList: myDataSetTagDetail,
|
||||||
dataPathMock: {
|
|
||||||
"rowDataSetTagRelGrid": {
|
|
||||||
column: [
|
|
||||||
{ header: 'TAG ID', name: 'id', headerAlign: 'left' },
|
|
||||||
{ header: 'TAG 명', name: 'name', headerAlign: 'left' },
|
|
||||||
{ header: '모델 Data 구분', name: 'type', headerAlign: 'left' }
|
|
||||||
],
|
|
||||||
data: dataPathDataExample,
|
|
||||||
defaultRow: dataPathDataExample,
|
|
||||||
option: {}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
|
Reference in New Issue
Block a user