课程推荐查看列表

This commit is contained in:
zhangsir
2023-09-22 17:31:46 +08:00
parent 57fda551d1
commit ab271a82ad
2 changed files with 64 additions and 22 deletions

View File

@@ -50,7 +50,7 @@
<a-button @click="() => handleOper(record, 'withdraw', record.pushProgress)" type="link">
{{ state.status[record.pushProgress] }}
</a-button>
<a-button @click="handleOper(record, 'del')" type="link">删除
<a-button @click="handleOper(record, 'del')" danger type="link">删除
</a-button>
</a-space>
</template>
@@ -311,7 +311,7 @@ const authenticationColumn = {
align: "center",
slots: { customRender: "operation" },
}
const lookCourseModal = ref(true)
const lookCourseModal = ref(false)
const faceDetailObj = ref({})
const state = reactive({
@@ -433,11 +433,7 @@ const handleRest = () => {
const handleNew = () => {
newNext.value = true;
};
// return {
// ...toRefs(state),
// handleLook,
// ft_exit_see,
// }
</script>
<style lang="scss">
.clearfix:before,