feat: 新增产线管理、批量操作与绩效考核自动化功能
1. 新增部门产线绑定字段,优化部门列表展示 2. 添加薪资、考核、维度明细的批量新增/修改接口与实现 3. 新增绩效考核得分计算引擎与WMS数据拉取服务 4. 新增一键生成薪资与考核记录的弹窗功能 5. 优化配置页面UI与新增批量导入项目功能 6. 隐藏 coil/ship.vue 页面的校正按钮
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div class="page-header">
|
||||
<div class="header-left">
|
||||
<span class="breadcrumb">{{ deptName }} · {{ period }}</span>
|
||||
<span class="breadcrumb">{{ deptName }}<template v-if="productionLine"> · {{ productionLine }}</template> · {{ period }}</span>
|
||||
</div>
|
||||
<div class="header-right">
|
||||
<div class="custom-tabs">
|
||||
@@ -27,6 +27,7 @@ export default {
|
||||
name: 'PageHeader',
|
||||
props: {
|
||||
deptName: { type: String, default: '' },
|
||||
productionLine: { type: String, default: '' },
|
||||
period: { type: String, default: '' },
|
||||
activeTab: { type: String, default: '' },
|
||||
tabOptions: {
|
||||
|
||||
Reference in New Issue
Block a user