|
@@ -101,6 +101,10 @@ const allData: any = ref({
|
|
|
{
|
|
{
|
|
|
label: 'Description',
|
|
label: 'Description',
|
|
|
content: ''
|
|
content: ''
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ label: 'Remark',
|
|
|
|
|
+ content: ''
|
|
|
}
|
|
}
|
|
|
]
|
|
]
|
|
|
})
|
|
})
|
|
@@ -201,6 +205,10 @@ const convertData = (data: any) => {
|
|
|
{
|
|
{
|
|
|
label: 'Description',
|
|
label: 'Description',
|
|
|
content: data.marksAndDescription.description || '--'
|
|
content: data.marksAndDescription.description || '--'
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ label: 'Remark',
|
|
|
|
|
+ content: data.marksAndDescription.remark || '--'
|
|
|
}
|
|
}
|
|
|
]
|
|
]
|
|
|
}
|
|
}
|