/** * @description table column api * @author 阿怪 * @date 2023/4/24 17:14 * @version v1.0.0 * * 江湖的业务千篇一律,复杂的代码好几百行。 */ import { MCOPO } from '../../types/props'; import { TableColumnProps } from './index'; export const props: MCOPO = { width: { type: String, default: '' }, param: { type: String, default: '' }, label: { type: String, default: '' }, };