int
This commit is contained in:
parent
caf7b9206a
commit
41c92881fd
@ -180,4 +180,7 @@ const handleResetClick = async formEl => {
|
|||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
||||||
<style lang="less" scoped></style>
|
<style lang="less" scoped></style>
|
||||||
|
|
||||||
|
|
||||||
|
@ -77,7 +77,9 @@
|
|||||||
:value="scope.row.leave_message_status"
|
:value="scope.row.leave_message_status"
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<template #chaoz="scope">
|
<template #chaoz="scope">
|
||||||
<el-space>
|
<el-space>
|
||||||
<el-button size="small" @click="handleStatusUpdate([scope.row])">
|
<el-button size="small" @click="handleStatusUpdate([scope.row])">
|
||||||
|
@ -242,8 +242,9 @@ const column = [
|
|||||||
width: '150'
|
width: '150'
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
{
|
{
|
||||||
prop: 'teacher_img',
|
prop: 'teacher_img',
|
||||||
label: '教师图片',
|
label: '教师图片',
|
||||||
width: '150'
|
width: '150'
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user