|
|
@@ -78,6 +78,7 @@
|
|
|
:download="true"
|
|
|
multiple
|
|
|
accept="*"
|
|
|
+ :limit="attachmentLimit"
|
|
|
:placeholder="readonly? '' : '请上传附件'"
|
|
|
:disabled="readonly"
|
|
|
style="width:100%"
|
|
|
@@ -131,6 +132,7 @@ export default {
|
|
|
buKaBanCiOptions: [],
|
|
|
fileList: [],
|
|
|
yichangdata: [],
|
|
|
+ attachmentLimit: 5,
|
|
|
rules: {
|
|
|
buKaRiQi: [{ required: true, message: '请选择补卡日期', trigger: 'change' }],
|
|
|
buKaBanCi: [{ required: true, message: '请选择补卡班次', trigger: 'change' }],
|