import { DefaultServiceFields } from './service' export const DefaultVoteFields = [ ...DefaultServiceFields, { title: '预分配分值', id: 'preVotePoints', type: 'number', // editable: false, column: { type: 'text', }, descriptor: { type: 'number', }, }, { title: '实际分值', id: 'actualPoints', type: 'number', column: { type: 'text', }, descriptor: { type: 'number', }, }, ]