缴费人数未更改

This commit is contained in:
张宁 2024-06-04 09:44:20 +08:00
parent 95b98b5fa1
commit 73bc207eea
1 changed files with 5 additions and 5 deletions

View File

@ -9,9 +9,9 @@ const dataStore = useDataStore()
const { bkPay, zkPay, zsbPay } = storeToRefs(dataStore)
const activeTab = ref(0);
const tabs = ref([
{ title: '本科', value: 0, dateList: ['11-6', '11-7', '11-8', '11-9', '11-10', "11-11"], numList: [1, 5, 2, 4, 9, 6] },
{ title: '专科', value: 0, dateList: ['1-6', '1-7', '1-8', '1-9', '1-10', "1-11"], numList: [4, 9, 6, 1, 5, 2] },
{ title: '专升本', value: 0, dateList: ['2-6', '2-7', '2-8', '2-9', '2-10', "2-11"], numList: [1, 6, 5, 2, 4, 9,] },
{ title: '本科', value: 0, dateList: ['05-30', '05-31', '06-01', '06-02', '06-03', "06-04"], numList: [0, 0, 0, 0, 0, 0] },
{ title: '专科', value: 0, dateList: ['05-30', '05-31', '06-01', '06-02', '06-03', "06-04"], numList: [0, 0, 0,0, 0, 0] },
{ title: '专升本', value: 0, dateList: ['05-30', '05-31', '06-01', '06-02', '06-03', "06-04"], numList: [0, 0, 0,0, 0, 0] },
]);
const changeTab = (index: number) => {
@ -25,8 +25,8 @@ const option = ref({});
// ------
const getData = () => {
// console.log('bkPay.value',bkPay.value);
let dateList = ['11-6', '11-7', '11-8', '11-9', '11-10', "11-11"]
let numList = [1, 5, 2, 4, 9, 6]
let dateList = ['05-30', '05-31', '06-01', '06-02', '06-03', "06-04"]
let numList = [0, 0, 0, 0, 0, 0]
// tabs.value[0].dateList = bkPay.value?.statistics
// tabs.value[1].dateList = zkPay.value?.statistics
// tabs.value[2].dateList = zsbPay.value?.statistics