This commit is contained in:
parent
c9451bc743
commit
e200493c4e
|
@ -382,14 +382,14 @@ const nc = computed(() => {
|
|||
});
|
||||
const jysyList = ref([
|
||||
{
|
||||
title: "城市",
|
||||
title: "县镇",
|
||||
teacher: 1,
|
||||
student: 8,
|
||||
student: 10.76,
|
||||
},
|
||||
{
|
||||
title: "农村",
|
||||
teacher: 1,
|
||||
student: 12,
|
||||
student: 8.53,
|
||||
},
|
||||
]);
|
||||
const ylwsList = ref([
|
||||
|
|
Loading…
Reference in New Issue