wupengfei
4 天以前 b5312ca8f8cea8218293053b1a0b5b232d321a0b
1
2
3
4
5
6
7
8
9
import { defineColumns } from '@bole-core/components';
 
export const CommonAnnexTableColumns = defineColumns([
  {
    id: '1',
    enCode: 'name',
    name: '文件名',
  },
]);