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> </script>
<style lang="less" scoped></style> <style lang="less" scoped></style>

View File

@ -78,6 +78,8 @@
/> />
</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])">

View File

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