| | |
| | | <el-form-item label="备注" prop="reserved"> |
| | | <el-input type="textarea" v-model="item.reserved"></el-input> |
| | | </el-form-item> |
| | | <el-form-item label="付款凭证" prop="pic"> |
| | | <el-form-item |
| | | label="付款凭证" |
| | | :prop="`list[${index}].appendix`" |
| | | :rules="[ |
| | | { required: true, message: '请上传凭证', trigger: 'blur' }, |
| | | ]" |
| | | > |
| | | <el-image |
| | | class="preview" |
| | | v-if="item.appendix" |
| | | :src="`http://${item.appendix}`" |
| | | :src="`/httpImage/${item.appendix}`" |
| | | fit="contain" |
| | | ></el-image> |
| | | <el-upload |
| | |
| | | duration: 2500, |
| | | offset: 57, |
| | | }); |
| | | |
| | | if (this.$route.path === "/personalCenter") { |
| | | this.$emit("closeAll"); |
| | | return; |
| | | } |
| | | |
| | | this.$router.push({ |
| | | path: "/personalCenter", |
| | | query: { |
| | | id: 1, |
| | | id: 0, |
| | | }, |
| | | }); |
| | | } |
| | |
| | | right: 20px; |
| | | bottom: 20px; |
| | | display: flex; |
| | | justify-content: end; |
| | | justify-content: flex-end; |
| | | text-align: center; |
| | | line-height: 40px; |
| | | |