评估强制完成

This commit is contained in:
zhangsir
2024-03-04 16:16:16 +08:00
parent be6a7d979b
commit 62fc236e01

View File

@@ -199,7 +199,7 @@
<!-- 提示用户有未填选项 -->
<el-dialog v-model="isEmptyValue" title="" width="20%" center :show-close="false" :align-center="true">
<div style="text-align: center;font-size:16px;"> <span style="color:black">
您还有未完成的评估题目,您确认提交么?
您还有未完成的评估题目,请继续完成!
</span></div>
<template #footer>
<span class="dialog-footer">
@@ -208,7 +208,7 @@
@click="isEmptyValue = false">取消</el-button>
<el-button class="back"
style="background: #387DF7;box-shadow: 1px 2px 15px 1px rgba(56,125,247,0.34);border: 0px;padding: 8px 32px;"
type="primary" @click="submit">
type="primary" @click="isEmptyValue = false">
确定
</el-button>
</span>