style: 移除列表记录编号列
This commit is contained in:
@@ -60,11 +60,6 @@ let tableState: TabeStateType = reactive({
|
|||||||
|
|
||||||
/**表格字段列 */
|
/**表格字段列 */
|
||||||
let tableColumns: ColumnsType = [
|
let tableColumns: ColumnsType = [
|
||||||
{
|
|
||||||
title: t('common.rowId'),
|
|
||||||
dataIndex: 'id',
|
|
||||||
align: 'center',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: t('views.configManage.license.neType'),
|
title: t('views.configManage.license.neType'),
|
||||||
dataIndex: 'neType',
|
dataIndex: 'neType',
|
||||||
|
|||||||
Reference in New Issue
Block a user