|
|
|
@ -488,7 +488,7 @@ export default { |
|
|
|
|
|
|
|
<template> |
|
|
|
<div> |
|
|
|
<template v-show="saveVisible&&effectiveVisibleFlag"> |
|
|
|
<template v-if="saveVisible&&effectiveVisibleFlag"> |
|
|
|
<el-button type="primary" v-if="this.orderRef1 && this.orderRef2 && !disabled&&!readonly" @click="handleUpload">上传附件</el-button> |
|
|
|
</template> |
|
|
|
<template v-if="downloadVisible&&!readonly"> |
|
|
|
|