宣教库修改校验
This commit is contained in:
parent
21333f6f37
commit
708ccf4caa
@ -1005,6 +1005,11 @@ export default {
|
||||
},
|
||||
// 表单校验
|
||||
rules: {
|
||||
propagandaTitle:[
|
||||
{ required: true, message: "宣教标题不能为空", trigger: "blur" }
|
||||
|
||||
|
||||
],
|
||||
hospitalAgencyName: [
|
||||
{ required: true, message: "医院名称不能为空", trigger: "blur" }
|
||||
],
|
||||
@ -1017,9 +1022,9 @@ export default {
|
||||
propagandaCoverPath: [
|
||||
{ required: true, message: "封面不能为空", trigger: "blur" }
|
||||
],
|
||||
imgPath: [
|
||||
{ required: true, message: "", validator: isimgPath, trigger: "blur" }
|
||||
],
|
||||
// imgPath: [
|
||||
// { required: true, message: "", validator: isimgPath, trigger: "blur" }
|
||||
// ],
|
||||
},
|
||||
};
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user