密卷
@@ -207,7 +207,9 @@ onMounted(() => {
})
function getShowImg(row) {
- return row.imageUrl.includes('http') ? row.imageUrl : `https://ss-cloud.ahduima.com/xjxc/pic/${row.imageUrl}`
+ return row.imageUrl.includes('http')
+ ? row.imageUrl
+ : `https://ss-cloud.ahduima.com/xjxc/pic/${row.imageUrl}`
}
function addMjItem() {
@@ -288,7 +290,7 @@ function takeoutMj(row) {
})
.then(() => {
getQuestionList()
- message.success('清空题目成功')
+ message.success('移除题目成功')
})
.catch(() => {})
}
@@ -303,7 +305,7 @@ function getQuestionList() {
function sureAddQues(row) {
addMjQuestion({
secretId: mjList.value[mjIndex.value].secretId,
- subId: row.subId,
+ questionId: row.questionId,
source: queryParams.value.source
})
.then((resp) => {
diff --git a/src/views/Question/VipData/conponents/SimpleData.vue b/src/views/Question/VipData/conponents/SimpleData.vue
index 1a5a80b..09a5d8d 100644
--- a/src/views/Question/VipData/conponents/SimpleData.vue
+++ b/src/views/Question/VipData/conponents/SimpleData.vue
@@ -34,7 +34,7 @@
-
+
@@ -79,6 +79,7 @@
{
})
function getShowImg(row) {
- return row.imageUrl.includes('http') ? row.imageUrl : `https://ss-cloud.ahduima.com/xjxc/pic/${row.imageUrl}`
+ return row.imageUrl.includes('http')
+ ? row.imageUrl
+ : `https://ss-cloud.ahduima.com/xjxc/pic/${row.imageUrl}`
}
function addMjDetail() {
diff --git a/src/views/Question/VipData/index.vue b/src/views/Question/VipData/index.vue
index b2526a6..6a0282f 100644
--- a/src/views/Question/VipData/index.vue
+++ b/src/views/Question/VipData/index.vue
@@ -1,7 +1,7 @@
-
+
diff --git a/src/views/UAVClue/CluePool/index.vue b/src/views/UAVClue/CluePool/index.vue
new file mode 100644
index 0000000..cdf7cc5
--- /dev/null
+++ b/src/views/UAVClue/CluePool/index.vue
@@ -0,0 +1,257 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 未报名
+ 报名成功
+ 已失效
+
+
+
+
+
+
+
+ 修改
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/UAVClue/StudyRecord/components/Collect.vue b/src/views/UAVClue/StudyRecord/components/Collect.vue
new file mode 100644
index 0000000..5bb1395
--- /dev/null
+++ b/src/views/UAVClue/StudyRecord/components/Collect.vue
@@ -0,0 +1,82 @@
+
+
+
+
+
+
+
+
+
+
+ 搜索
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/UAVClue/StudyRecord/components/Exam.vue b/src/views/UAVClue/StudyRecord/components/Exam.vue
new file mode 100644
index 0000000..9df23bc
--- /dev/null
+++ b/src/views/UAVClue/StudyRecord/components/Exam.vue
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 不合格
+ 合格
+
+
+
+
+ 查看明细
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/UAVClue/StudyRecord/components/Practice.vue b/src/views/UAVClue/StudyRecord/components/Practice.vue
new file mode 100644
index 0000000..05a7c3d
--- /dev/null
+++ b/src/views/UAVClue/StudyRecord/components/Practice.vue
@@ -0,0 +1,101 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 答错
+ 答对
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/UAVClue/StudyRecord/components/Wrong.vue b/src/views/UAVClue/StudyRecord/components/Wrong.vue
new file mode 100644
index 0000000..512f37f
--- /dev/null
+++ b/src/views/UAVClue/StudyRecord/components/Wrong.vue
@@ -0,0 +1,7 @@
+
+ 收藏
+
+
+
+
+
diff --git a/src/views/UAVClue/StudyRecord/index.vue b/src/views/UAVClue/StudyRecord/index.vue
new file mode 100644
index 0000000..cf23dc3
--- /dev/null
+++ b/src/views/UAVClue/StudyRecord/index.vue
@@ -0,0 +1,58 @@
+
+
+
+
+
+
+
+
+
+
+
+
+