@@ -47,7 +47,7 @@
|
|||||||
<a-select v-model="chartRange"
|
<a-select v-model="chartRange"
|
||||||
style="width: 138px;"
|
style="width: 138px;"
|
||||||
:options="toOptions(ChartRangeKey)"
|
:options="toOptions(ChartRangeKey)"
|
||||||
@change="changeChartRange">
|
@change="(s: any) => changeChartRange(s)">
|
||||||
<template #prefix>
|
<template #prefix>
|
||||||
区间
|
区间
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user