/* * @Author: your name * @Date: 2022-01-07 14:43:27 * @LastEditTime: 2022-01-11 09:38:01 * @LastEditors: Please set LastEditors * @Description: 养殖企业 - 表格配置 * @FilePath: \goldenPig\src\views\summary-data\individual-data\config\table.config.js */ export const propList = [ { label: '牧场名称', prop: 'farmName', slotName: 'farmName' }, { label: '类型', prop: 'type', slotName: 'type' }, { label: '位置', prop: 'location', slotName: 'location' }, { label: '创建时间', prop: 'createTime', slotName: 'createTime' }, { label: '操作', slotName: 'handler', width: '200px' } ]