|
@@ -1,12 +1,12 @@
|
|
|
import { BasicColumn } from '/@/components/Table';
|
|
|
|
|
|
export const columns: BasicColumn[] = [
|
|
|
- {
|
|
|
- title: '序号',
|
|
|
- width: 60,
|
|
|
- align: 'center',
|
|
|
- customRender: ({ index }: { index: number }) => `${index + 1}`
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // title: '序号',
|
|
|
+ // width: 60,
|
|
|
+ // align: 'center',
|
|
|
+ // customRender: ({ index }: { index: number }) => `${index + 1}`
|
|
|
+ // },
|
|
|
{
|
|
|
title: '安装位置',
|
|
|
dataIndex: 'strinstallpos',
|