@@ -138,7 +138,10 @@
>查看日志</el-button
>
<el-button
- v-if="checkPrivilege('link', 'createPdf')"
+ v-if="
+ checkPrivilege('link', 'createPdf') &&
+ scope.row.status === 'FINISH'
+ "
class="btn-primary"
type="text"
:disabled="loading"
@@ -151,6 +151,7 @@ import { attachmentPreview } from "../../login/api";
const initModalForm = {
id: null,
+ examId: null,
paperNumber: "",
relatePaperType: [],
};