| | |
| | | <template> |
| | | <div> |
| | | <PanelHeader title="供应商采购排名" /> |
| | | <PanelHeader title="供应商采购排名" :to="headerTo" /> |
| | | <div class="panel-item-customers"> |
| | | <div class="switch-container"> |
| | | <DateTypeSwitch v-model="radio1" @change="handleDateTypeChange" /> |
| | |
| | | import DateTypeSwitch from '../DateTypeSwitch.vue' |
| | | import { supplierPurchaseRanking } from '@/api/viewIndex.js' |
| | | |
| | | defineProps({ |
| | | headerTo: { |
| | | type: String, |
| | | default: '' |
| | | } |
| | | }) |
| | | |
| | | const chartStyle = { |
| | | width: '100%', |
| | | height: '100%', |
| | | } |
| | | |
| | | const radio1 = ref(1) |
| | | const radio1 = ref(3) |
| | | |
| | | // 飞机图标 SVG path |
| | | const aircraft = |