mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-16 06:16:46 +08:00
课程推荐查看列表
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user