1234567891011121314151617181920212223242526272829303132 |
- /*
- * @Author: your name
- * @Date: 2021-10-11 16:12:07
- * @LastEditTime: 2021-12-06 16:12:56
- * @LastEditors: Please set LastEditors
- * @Description: In User Settings Edit
- * @FilePath: \hyyfClient\src\views\PdcData\analysis\yingshouTable.config.js
- */
- export const yingshouTableItems = [
- {
- prop: 'rank',
- label: '排名',
- minWidth: '100',
- slotName: 'rank'
- },
- {
- prop: 'suppier',
- label: '供应商',
- minWidth: '200',
- slotName: 'suppier'
- },
- {
- prop: 'money',
- label: '金额',
- minWidth: '150',
- slotName: 'number'
- },
- ]
- export const yingshouTableShows = {
- showIndex: false, showSelect: false
- }
|