|
@@ -531,6 +531,8 @@
|
|
|
<iframe :key="nowTime" :src="hisIfarmeData.src" :name="nowTime" id="iframeHis" frameborder="0" width="1200px"
|
|
|
height="800px" class="iframeBox" ></iframe>
|
|
|
</el-dialog>
|
|
|
+ <!-- 文件文件下拉框 -->
|
|
|
+ <addFileDrop></addFileDrop>
|
|
|
<!-- <iframe v-if="hisIfarmeData?.src" :src="hisIfarmeData.src" id="iframeHis" frameborder="1" width="1200px"
|
|
|
height="800px" class="iframeBox" ></iframe> -->
|
|
|
</template>
|
|
@@ -589,6 +591,7 @@ import { getLevel } from '@/api/level/level.js';
|
|
|
import { listInfo,selectInfo ,getFileByScanerId} from '@/api/scanner/info.js';
|
|
|
import { getConfigKey } from "@/api/system/config.js"
|
|
|
import TreeMenu from '@/components/TreeMenu/TreeMenu.vue'
|
|
|
+import addFileDrop from '@/components/addFileDrop/addFileDrop.vue'
|
|
|
|
|
|
export default {
|
|
|
directives: {
|