|
@@ -1,7 +1,7 @@
|
|
/*
|
|
/*
|
|
* @Author: your name
|
|
* @Author: your name
|
|
* @Date: 2021-10-11 16:12:07
|
|
* @Date: 2021-10-11 16:12:07
|
|
- * @LastEditTime: 2021-11-25 13:54:45
|
|
|
|
|
|
+ * @LastEditTime: 2021-12-06 16:12:56
|
|
* @LastEditors: Please set LastEditors
|
|
* @LastEditors: Please set LastEditors
|
|
* @Description: In User Settings Edit
|
|
* @Description: In User Settings Edit
|
|
* @FilePath: \hyyfClient\src\views\PdcData\analysis\yingshouTable.config.js
|
|
* @FilePath: \hyyfClient\src\views\PdcData\analysis\yingshouTable.config.js
|
|
@@ -10,14 +10,14 @@ export const yingshouTableItems = [
|
|
{
|
|
{
|
|
prop: 'rank',
|
|
prop: 'rank',
|
|
label: '排名',
|
|
label: '排名',
|
|
- minWidth: '200',
|
|
|
|
|
|
+ minWidth: '100',
|
|
slotName: 'rank'
|
|
slotName: 'rank'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- prop: 'farmName',
|
|
|
|
- label: '牧场名称',
|
|
|
|
- minWidth: '300',
|
|
|
|
- slotName: 'farmName'
|
|
|
|
|
|
+ prop: 'suppier',
|
|
|
|
+ label: '供应商',
|
|
|
|
+ minWidth: '200',
|
|
|
|
+ slotName: 'suppier'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
prop: 'money',
|
|
prop: 'money',
|
|
@@ -25,12 +25,6 @@ export const yingshouTableItems = [
|
|
minWidth: '150',
|
|
minWidth: '150',
|
|
slotName: 'number'
|
|
slotName: 'number'
|
|
},
|
|
},
|
|
- {
|
|
|
|
- prop: 'suppier',
|
|
|
|
- label: '供应商',
|
|
|
|
- minWidth: '200',
|
|
|
|
- slotName: 'suppier'
|
|
|
|
- }
|
|
|
|
]
|
|
]
|
|
|
|
|
|
export const yingshouTableShows = {
|
|
export const yingshouTableShows = {
|