【修改】按钮权限

This commit is contained in:
zhoulingpo
2023-04-28 18:25:16 +08:00
parent f631092360
commit 3272d5eb67
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ export default {
return { return {
applicationFormRule: { applicationFormRule: {
applyReason: [{ applyReason: [{
max: 1000, message: '申请原因最多填写1000字符' max: 500, message: '申请原因最多填写500字符'
}], }],
power: [{ power: [{
required: true, required: true,
+2 -2
View File
@@ -168,7 +168,7 @@ export default {
}, },
applicationFormRule: { applicationFormRule: {
applyReason: [{ applyReason: [{
max: 1000, message: '申请原因最多填写1000字符' max: 500, message: '申请原因最多填写500字符'
}], }],
power: [{ power: [{
required: true, required: true,
@@ -187,7 +187,7 @@ export default {
trigger: 'change' trigger: 'change'
}], }],
remark: [{ remark: [{
max: 1000, message: '说明最多填写1000字符' max: 500, message: '说明最多填写500字符'
}] }]
}, },
prcType: 1, prcType: 1,