This commit is contained in:
ll 2023-04-26 08:49:24 +08:00
parent caf7b9206a
commit 41c92881fd
3 changed files with 7 additions and 1 deletions

View File

@ -180,4 +180,7 @@ const handleResetClick = async formEl => {
};
</script>
<style lang="less" scoped></style>

View File

@ -77,7 +77,9 @@
:value="scope.row.leave_message_status"
/>
</template>
<template #chaoz="scope">
<el-space>
<el-button size="small" @click="handleStatusUpdate([scope.row])">

View File

@ -242,8 +242,9 @@ const column = [
width: '150'
},
{
prop: 'teacher_img',
prop: 'teacher_img',
label: '教师图片',
width: '150'
},