|
|
|
@ -271,8 +271,8 @@ export default { |
|
|
|
const result = res?.data || {} |
|
|
|
|
|
|
|
const progressDataConfig = [ |
|
|
|
{ name: '今日出馆', key: 'dayOutNUm', type: 3 }, |
|
|
|
{ name: '本月到馆', key: 'monthPeopleNum', type: 2 }, |
|
|
|
// { name: '今日出馆', key: 'dayOutNUm', type: 3 }, |
|
|
|
{ name: '本月到馆', key: 'monthPeopleNum', type: 3 }, |
|
|
|
{ name: '本年到馆', key: 'historyPeopleNum', type: 1 } |
|
|
|
] |
|
|
|
|
|
|
|
|