feat: 引入 ECharts 统一图表并完善员工画像标签分页
后端优化员工行为画像服务和辅助函数,完善系统设置模型和 配置持久化,前端引入 ECharts 替换所有图表组件实现统一 渲染,新增员工画像标签分页器和数字员工工作记录组件,优 化工作台响应式布局和登录页过渡动画,完善预算中心和数字 员工页面样式细节。
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { computed, onMounted, ref, watch } from 'vue'
|
||||
import { ElButton, ElInput, ElPagination, ElTable, ElTableColumn } from 'element-plus'
|
||||
|
||||
import BudgetTrendChart from '../../components/charts/BudgetTrendChart.vue'
|
||||
import EnterpriseSelect from '../../components/shared/EnterpriseSelect.vue'
|
||||
@@ -215,7 +216,12 @@ export default {
|
||||
emits: ['openAssistant'],
|
||||
components: {
|
||||
BudgetTrendChart,
|
||||
EnterpriseSelect
|
||||
EnterpriseSelect,
|
||||
ElButton,
|
||||
ElInput,
|
||||
ElPagination,
|
||||
ElTable,
|
||||
ElTableColumn
|
||||
},
|
||||
setup(props, { emit }) {
|
||||
const departments = ref(FALLBACK_DEPARTMENTS)
|
||||
|
||||
Reference in New Issue
Block a user