Compare commits
2 Commits
1c99e06680
...
dd81e32b47
Author | SHA1 | Date |
---|---|---|
|
dd81e32b47 | |
|
3102f81c50 |
|
@ -6,6 +6,7 @@
|
|||
图表统计
|
||||
</template>
|
||||
<v-chart style="height: 300px;" :option="barOption" autoresize />
|
||||
<template #footer>此图表为当前学生所有测试量表的所有因子的风险的数量统计</template>
|
||||
</el-card>
|
||||
|
||||
<el-card style="margin-top: 20px;">
|
||||
|
@ -119,4 +120,4 @@ defineExpose({ openStatistic })
|
|||
|
||||
</script>
|
||||
|
||||
<style scoped></style>
|
||||
<style scoped></style>
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
</el-tooltip>
|
||||
<el-tooltip content="统计" placement="top">
|
||||
<el-button link type="primary" icon="Histogram" @click="handleStatistic(scope.row)"
|
||||
v-hasPermi="['evaluation:record:statistic']">统计</el-button>
|
||||
v-hasPermi="['scale:archive:statistic']">统计</el-button>
|
||||
</el-tooltip>
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
|
|
@ -52,9 +52,9 @@ const userStore = useUserStore();
|
|||
const router = useRouter();
|
||||
|
||||
const loginForm = ref<LoginData>({
|
||||
tenantId: '000000',
|
||||
username: 'admin',
|
||||
password: 'admin123',
|
||||
tenantId: '',
|
||||
username: '',
|
||||
password: '',
|
||||
rememberMe: false,
|
||||
code: '',
|
||||
uuid: ''
|
||||
|
|
Loading…
Reference in New Issue