Browse Source

2026-06-01

附件信息权限优化
master
fengyuan_yang 2 weeks ago
parent
commit
304054f718
  1. 2
      src/views/modules/oss/ossComponents.vue

2
src/views/modules/oss/ossComponents.vue

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

Loading…
Cancel
Save