@@ -13,7 +13,7 @@ import search from './search/index.js'
import dispatch from './dispatch/index.js'
export default {
- offices: ['pdf', 'doc', 'docx', 'ppt', 'pptx', 'xls', 'xlsx'],
+ offices: ['pdf', 'doc', 'docx', 'ppt', 'pptx', 'xls', 'xlsx', 'PDF'],
uploadPath: '/api/wutong-file/minio/file/upload', // 上传
login,
system,
@@ -31,7 +31,12 @@
@click="openFolder(row)"
>打开文件夹
</el-button>
- <el-button text type="primary" icon="el-icon-view" @click="edit(row)"
+ <el-button
+ text
+ type="primary"
+ icon="el-icon-view"
+ @click="edit(row)"
+ v-if="detail.can_update"
>文号提取
</template>