shenqilong 1 жил өмнө
parent
commit
a6398ebf3c

+ 1 - 1
src/views/component/device/index.vue

@@ -743,7 +743,7 @@ export default {
         // 查看表单
         // 查看表单
         goLookForm (row) {
         goLookForm (row) {
             const orgId = this.$store.getters.org.id
             const orgId = this.$store.getters.org.id
-            this.srcUrl = this.$reportPath.replace('show', 'pdf') + '设备/设备档案卡.rpx&id_=' + row.id
+            this.srcUrl = this.$reportPath.replace('show', 'pdf') + '仪器设备管理程序/设备档案卡.rpx&id_=' + row.id
             this.iframeVisible = true
             this.iframeVisible = true
         },
         },
         // 按钮事件处理
         // 按钮事件处理