mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-06 17:36:44 +08:00
--fix bug
This commit is contained in:
@@ -286,8 +286,7 @@ const columns = ref([
|
||||
key: "opacation",
|
||||
width: 50,
|
||||
align: "center",
|
||||
customRender: (text) => <div class="opa"
|
||||
onClick={() => showExamAnswer(text)}>{data.value[coursePlanIndex.value]?.testId ? "查看答卷" : ""}</div>
|
||||
customRender: (text) => <div class="opa" onClick={() => showExamAnswer(text)}>{data.value[coursePlanIndex.value]?.answerId ? "查看答卷" : ""}</div>
|
||||
},
|
||||
]);
|
||||
watch(() => data.value.length, () => {
|
||||
|
||||
Reference in New Issue
Block a user