|
@@ -110,7 +110,12 @@
|
|
<!-- <remark-list-modal v-model="remarkModalVisible" @task-change="historyTaskChange"></remark-list-modal> -->
|
|
<!-- <remark-list-modal v-model="remarkModalVisible" @task-change="historyTaskChange"></remark-list-modal> -->
|
|
<!-- <image-preview v-if="currentTask" v-model="previewModalVisible" :url="currentTask?.url"></image-preview> -->
|
|
<!-- <image-preview v-if="currentTask" v-model="previewModalVisible" :url="currentTask?.url"></image-preview> -->
|
|
<image-preview v-if="currentTask" v-model="previewModalVisible" :url="currentTask?.url"></image-preview>
|
|
<image-preview v-if="currentTask" v-model="previewModalVisible" :url="currentTask?.url"></image-preview>
|
|
- <el-dialog v-model="showRejectReason" :title="`打回试卷(${rejectTask?.secretNumber})`" width="500px">
|
|
|
|
|
|
+ <el-dialog
|
|
|
|
+ v-model="showRejectReason"
|
|
|
|
+ :title="`打回试卷(${rejectTask?.secretNumber})`"
|
|
|
|
+ width="500px"
|
|
|
|
+ :close-on-click-modal="false"
|
|
|
|
+ >
|
|
<span style="font-size: 14px; font-weight: bold; color: #333">原因:</span
|
|
<span style="font-size: 14px; font-weight: bold; color: #333">原因:</span
|
|
><span style="font-size: 14px">{{ rejectTask?.rejectReason }}</span>
|
|
><span style="font-size: 14px">{{ rejectTask?.rejectReason }}</span>
|
|
<template #footer>
|
|
<template #footer>
|