|
@@ -164,16 +164,14 @@
|
|
|
type="primary"
|
|
type="primary"
|
|
|
v-if="scope.row.fileType !== 'content'"
|
|
v-if="scope.row.fileType !== 'content'"
|
|
|
link
|
|
link
|
|
|
- @click="handleDownload(scope.row.filePath)"
|
|
|
|
|
- v-hasPermi="['rq:qhse-info:download']">
|
|
|
|
|
|
|
+ @click="handleDownload(scope.row.filePath)">
|
|
|
<Icon icon="ep:download" />{{ t('file.dow') }}
|
|
<Icon icon="ep:download" />{{ t('file.dow') }}
|
|
|
</el-button>
|
|
</el-button>
|
|
|
<el-button
|
|
<el-button
|
|
|
type="danger"
|
|
type="danger"
|
|
|
v-if="scope.row.fileType !== 'content'"
|
|
v-if="scope.row.fileType !== 'content'"
|
|
|
link
|
|
link
|
|
|
- @click="deleteInfo(scope.row.id)"
|
|
|
|
|
- v-hasPermi="['rq:qhse-info:delete']">
|
|
|
|
|
|
|
+ @click="deleteInfo(scope.row.id)">
|
|
|
<Icon icon="ep:delete" />{{ t('file.delete') }}
|
|
<Icon icon="ep:delete" />{{ t('file.delete') }}
|
|
|
</el-button>
|
|
</el-button>
|
|
|
</div>
|
|
</div>
|