parent
9a4f8bcc5f
commit
f7b3203b60
@ -1,7 +1,15 @@
|
||||
<template>
|
||||
<div>职工信息管理</div>
|
||||
<div class="employee-manage">
|
||||
<el-button type="primary">添加职工</el-button>
|
||||
<div clase="table">
|
||||
<BaseTableCom></BaseTableCom>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup></script>
|
||||
<script setup>
|
||||
import { ref } from 'vue'
|
||||
import BaseTableCom from '@/components/table/BaseTableCom.vue'
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped></style>
|
||||
|
@ -1,7 +1,15 @@
|
||||
<template>
|
||||
<div>REWARD</div>
|
||||
<div class="reward-manage">
|
||||
<el-button type="primary">添加绩效</el-button>
|
||||
<div clase="table">
|
||||
<BaseTableCom></BaseTableCom>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup></script>
|
||||
<script setup>
|
||||
import { ref } from 'vue'
|
||||
import BaseTableCom from '@/components/table/BaseTableCom.vue'
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped></style>
|
||||
|
@ -1,7 +1,14 @@
|
||||
<template>
|
||||
<div>feedback管理</div>
|
||||
<div class="feedback-manage">
|
||||
<div clase="table">
|
||||
<BaseTableCom></BaseTableCom>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup></script>
|
||||
<script setup>
|
||||
import { ref } from 'vue'
|
||||
import BaseTableCom from '@/components/table/BaseTableCom.vue'
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped></style>
|
||||
|
@ -1,7 +1,14 @@
|
||||
<template>
|
||||
<div>请假信息管理</div>
|
||||
<div class="request-manage">
|
||||
<div clase="table">
|
||||
<BaseTableCom></BaseTableCom>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup></script>
|
||||
<script setup>
|
||||
import { ref } from 'vue'
|
||||
import BaseTableCom from '@/components/table/BaseTableCom.vue'
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped></style>
|
||||
|
Loading…
Reference in new issue