yanghao 4 дней назад
Родитель
Сommit
395015223a
1 измененных файлов с 2 добавлено и 4 удалено
  1. 2 4
      src/views/pms/qhse/data/index.vue

+ 2 - 4
src/views/pms/qhse/data/index.vue

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