辅导员管理-业绩考核----学务审核代办-----学院书记代办----科室复核代办---学工处长审核代办
This commit is contained in:
@@ -133,6 +133,19 @@ export default {
|
|||||||
value: 0,
|
value: 0,
|
||||||
url: "/teacher/achievement/achievementCheck",
|
url: "/teacher/achievement/achievementCheck",
|
||||||
},
|
},
|
||||||
|
// 陈冠元
|
||||||
|
{
|
||||||
|
label: "学工·辅导员管理-业绩考核-科室复审",
|
||||||
|
name: "yj",
|
||||||
|
value: 0,
|
||||||
|
url: "/teacher/teacherKpiFilling/studentAffairsOfficeAudit/KSAuditList",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: "学工·辅导员管理-业绩考核-学工处长审核",
|
||||||
|
name: "bj",
|
||||||
|
value: 0,
|
||||||
|
url: "/teacher/teacherKpiFilling/studentAffairsOfficeAudit/XGCZAuditList",
|
||||||
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
@@ -58,6 +58,13 @@ export default {
|
|||||||
value: 0,
|
value: 0,
|
||||||
url: "/teacher/achievement/achievementCheck",
|
url: "/teacher/achievement/achievementCheck",
|
||||||
},
|
},
|
||||||
|
// 陈冠元
|
||||||
|
{
|
||||||
|
label: "书记·辅导员管理-业绩考核",
|
||||||
|
name: "yj",
|
||||||
|
value: 0,
|
||||||
|
url: "/teacher/teacherKpiFilling/collegeAudit/DZZSJAuditList",
|
||||||
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
@@ -109,6 +109,13 @@ export default {
|
|||||||
value: 0,
|
value: 0,
|
||||||
url: "/teacher/achievement/achievementCheck",
|
url: "/teacher/achievement/achievementCheck",
|
||||||
},
|
},
|
||||||
|
// 陈冠元
|
||||||
|
{
|
||||||
|
label: "学务·辅导员管理-业绩考核",
|
||||||
|
name: "yj",
|
||||||
|
value: 0,
|
||||||
|
url: "/teacher/teacherKpiFilling/collegeAudit/XWAuditList",
|
||||||
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
@@ -23,16 +23,16 @@
|
|||||||
<el-row :gutter="10" class="mb8">
|
<el-row :gutter="10" class="mb8">
|
||||||
<el-col :span="1.5">
|
<el-col :span="1.5">
|
||||||
<el-button type="primary" plain icon="el-icon-plus" size="mini" @click="handleAdd"
|
<el-button type="primary" plain icon="el-icon-plus" size="mini" @click="handleAdd"
|
||||||
v-hasPermi="['routine:disciplinaryApplication:add']">新增</el-button>
|
v-hasPermi="['routine:disciplinaryApplication:add']">发起处分</el-button>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="1.5">
|
<!-- <el-col :span="1.5">
|
||||||
<el-button type="success" plain icon="el-icon-edit" size="mini" :disabled="single" @click="handleUpdate"
|
<el-button type="success" plain icon="el-icon-edit" size="mini" :disabled="single" @click="handleUpdate"
|
||||||
v-hasPermi="['routine:disciplinaryApplication:edit']">修改</el-button>
|
v-hasPermi="['routine:disciplinaryApplication:edit']">修改</el-button>
|
||||||
</el-col>
|
</el-col> -->
|
||||||
<el-col :span="1.5">
|
<!-- <el-col :span="1.5">
|
||||||
<el-button type="danger" plain icon="el-icon-delete" size="mini" :disabled="multiple" @click="handleDelete"
|
<el-button type="danger" plain icon="el-icon-delete" size="mini" :disabled="multiple" @click="handleDelete"
|
||||||
v-hasPermi="['routine:disciplinaryApplication:remove']">删除</el-button>
|
v-hasPermi="['routine:disciplinaryApplication:remove']">删除</el-button>
|
||||||
</el-col>
|
</el-col> -->
|
||||||
<el-col :span="1.5">
|
<el-col :span="1.5">
|
||||||
<el-button type="warning" plain icon="el-icon-download" size="mini" @click="handleExport"
|
<el-button type="warning" plain icon="el-icon-download" size="mini" @click="handleExport"
|
||||||
v-hasPermi="['routine:disciplinaryApplication:export']">导出</el-button>
|
v-hasPermi="['routine:disciplinaryApplication:export']">导出</el-button>
|
||||||
|
Reference in New Issue
Block a user