一些issue修改
This commit is contained in:
@@ -80,18 +80,18 @@ const tableConfig = ref([
|
||||
sortable: false,
|
||||
sortMethod: null
|
||||
},
|
||||
{
|
||||
field: 'affectedComponent',
|
||||
header: '影响软件',
|
||||
sortable: true,
|
||||
sortMethod: null
|
||||
},
|
||||
{
|
||||
field: 'version',
|
||||
header: '版本',
|
||||
sortable: true,
|
||||
sortMethod: null
|
||||
}
|
||||
// {
|
||||
// field: 'affectedComponent',
|
||||
// header: '影响软件',
|
||||
// sortable: true,
|
||||
// sortMethod: null
|
||||
// },
|
||||
// {
|
||||
// field: 'version',
|
||||
// header: '版本',
|
||||
// sortable: true,
|
||||
// sortMethod: null
|
||||
// }
|
||||
]);
|
||||
|
||||
const list = ref([
|
||||
|
||||
Reference in New Issue
Block a user