diff --git a/project/xumu/AppDeathManage/add.vue b/project/xumu/AppDeathManage/add.vue index f20af23c..f9114170 100644 --- a/project/xumu/AppDeathManage/add.vue +++ b/project/xumu/AppDeathManage/add.vue @@ -3,10 +3,10 @@ import {mapState} from "vuex" import AiEartagRemote from "@project/xumu/components/AiEartagRemote.vue"; const formImages = [ - {label: "身长测量照片", prop: "heightPic", rules: {required: true, message: '请上传 身长测量照片'}}, - {label: "生物芯片照片", prop: "biochipPic", rules: {required: true, message: '请上传 生物芯片照片'}}, - {label: "防疫耳标照片", prop: "preventionPic", rules: {required: true, message: '请上传 防疫耳标照片'}}, - {label: "其他说明照片", prop: "otherPic", rules: {required: true, message: '请上传 其他说明照片'}}, + {label: "身长测量照片", prop: "heightPic",}, + {label: "生物芯片照片", prop: "biochipPic",}, + {label: "防疫耳标照片", prop: "preventionPic",}, + {label: "其他说明照片", prop: "otherPic",}, ] export default { name: "deathAdd", @@ -89,7 +89,7 @@ export default {
- + diff --git a/project/xumu/AppOutManage/add.vue b/project/xumu/AppOutManage/add.vue index 75d8c364..9f3ffa57 100644 --- a/project/xumu/AppOutManage/add.vue +++ b/project/xumu/AppOutManage/add.vue @@ -1,12 +1,12 @@