|
@@ -156,7 +156,12 @@
|
|
|
<div
|
|
|
v-if="scope.row.objectivePolicyError"
|
|
|
class="el-form-item__error"
|
|
|
- style="padding-left: 5px"
|
|
|
+ style="
|
|
|
+ right: 0;
|
|
|
+ left: auto;
|
|
|
+ width: 210px;
|
|
|
+ text-align: right;
|
|
|
+ "
|
|
|
>
|
|
|
{{ scope.row.objectivePolicyError }}
|
|
|
</div>
|
|
@@ -387,7 +392,7 @@ export default {
|
|
|
row.answer.length > 1 &&
|
|
|
row.objectivePolicyScore * row.answer.length > row.totalScore
|
|
|
) {
|
|
|
- row.objectivePolicyError = "分值过大";
|
|
|
+ row.objectivePolicyError = "输入的分值*标答个数不能大于小题满分";
|
|
|
return;
|
|
|
}
|
|
|
}
|