Compare commits

...

2 Commits

Author SHA1 Message Date
jiangzhe dd81e32b47 修改6中新需求 2024-08-13 15:34:57 +08:00
jiangzhe 3102f81c50 增加6中新需求 2024-08-09 10:45:28 +08:00
3 changed files with 6 additions and 5 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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: ''