modified: src/page/wel.vue
modified: src/views/equipment/equipment/index.vue
| | |
| | | <template> |
| | | <div class="dashboard-main"> |
| | | <!--<iframe |
| | | <!-- <iframe |
| | | src="https://console.huaweicloud.com/dlv/vision/share/?id=0b3b4dd2d19249c89991b8989b76e185&locale=zh-cn®ion=cn-north-1" |
| | | width="100%" |
| | | height="100%" |
| | | style="border: none;" |
| | | id="myiframe" |
| | | >你的浏览器不支持该iframe标签</iframe |
| | | >--> |
| | | > --> |
| | | <!-- <el-image :src="url" style="width:100%;height:100%;"></el-image> --> |
| | | <el-row style="width: 100%; height: 100%;background-color: white;"> |
| | | <span>暂未开发。。。。。。</span> |
| | |
| | | multipleSelection: [], |
| | | uploadInfo: { |
| | | // 是否展示上传EXCEL以及对应的url |
| | | isShow: true, |
| | | isShow: false, |
| | | url: '/mes/equipment/upload' |
| | | }, |
| | | diaPrintTab: false, |
| | |
| | | ...mapGetters(['permissions']) |
| | | }, |
| | | created() { |
| | | this.uploadInfo.isShow = this.permissions.equipment_equipment_upload |
| | | if(this.permissions.equipment_equipment_add){ |
| | | this.table.toolbar.push({ |
| | | text: '新增', |