taskid:282 remark:'commit'
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import { ref } from 'vue';
|
||||
import { ref,defineExpose } from 'vue';
|
||||
import type { Dayjs } from 'dayjs';
|
||||
import * as echarts from 'echarts';
|
||||
defineOptions({
|
||||
@@ -139,9 +139,9 @@
|
||||
chartInstance.setOption(option);
|
||||
};
|
||||
|
||||
setTimeout(() => {
|
||||
drawEcharts();
|
||||
}, 500);
|
||||
defineExpose({
|
||||
drawEcharts,
|
||||
});
|
||||
// 表格
|
||||
const columns = ref([
|
||||
{
|
||||
|
Reference in New Issue
Block a user