This commit is contained in:
yanran200730
2023-03-31 09:13:04 +08:00
parent 1c557e3f63
commit cbde0e30f7
2 changed files with 1 additions and 2 deletions

View File

@@ -71,7 +71,7 @@
<template slot="append">积分</template>
</el-input>
</el-form-item>
<el-form-item v-if="form.type === '1'" label="报名得积分" prop="enrollIntegral">
<el-form-item v-if="form.type === '1'" label="报名得积分" prop="enrollIntegral" :rules="[{required: true, message: '请选择报名得积分', trigger: 'blur'}]">
<el-input v-model="form.enrollIntegral" type="number" placeholder="请输入" style="width: 100%">
<template slot="append">积分</template>
</el-input>

View File

@@ -2,7 +2,6 @@ const path = require('path');
module.exports = {
lintOnSave: false,
productionSourceMap: false,
hot: true,
css: {
loaderOptions: {
scss: {