fix: radio information page
This commit is contained in:
@@ -572,7 +572,7 @@ export default {
|
||||
uploadFileErr: 'File Upload Failed',
|
||||
},
|
||||
base5G: {
|
||||
neType: 'AMF Object',
|
||||
neType: 'NE Object',
|
||||
},
|
||||
n3iwf: {
|
||||
neType: 'N3IWF Object',
|
||||
|
||||
@@ -572,7 +572,7 @@ export default {
|
||||
uploadFileErr: '文件上传失败',
|
||||
},
|
||||
base5G: {
|
||||
neType: 'AMF网元对象',
|
||||
neType: '网元对象',
|
||||
},
|
||||
n3iwf: {
|
||||
neType: 'N3IWF网元对象',
|
||||
|
||||
@@ -67,7 +67,7 @@ let tableState: TabeStateType = reactive({
|
||||
/**表格字段列 */
|
||||
let tableColumns: ColumnsType = [
|
||||
{
|
||||
title: 'Radios ID',
|
||||
title: 'Radio ID',
|
||||
dataIndex: 'id',
|
||||
align: 'center',
|
||||
width: 100,
|
||||
@@ -79,13 +79,13 @@ let tableColumns: ColumnsType = [
|
||||
width: 100,
|
||||
},
|
||||
{
|
||||
title: 'Radios Name',
|
||||
title: 'Radio Name',
|
||||
dataIndex: 'name',
|
||||
align: 'center',
|
||||
width: 150,
|
||||
},
|
||||
{
|
||||
title: 'Radios Address',
|
||||
title: 'Radio Address',
|
||||
dataIndex: 'address',
|
||||
align: 'left',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user