style: 移除列表记录编号列

This commit is contained in:
TsMask
2023-10-25 17:32:58 +08:00
parent e1cc984837
commit 77d648edba

View File

@@ -60,11 +60,6 @@ let tableState: TabeStateType = reactive({
/**表格字段列 */
let tableColumns: ColumnsType = [
{
title: t('common.rowId'),
dataIndex: 'id',
align: 'center',
},
{
title: t('views.configManage.license.neType'),
dataIndex: 'neType',