zhanghao 3 ヶ月 前
コミット
0cca269baf
2 ファイル変更0 行追加10 行削除
  1. BIN
      src/assets/camera/public_car.png
  2. 0 10
      src/views/screen/engineering/main.vue

BIN
src/assets/camera/public_car.png


+ 0 - 10
src/views/screen/engineering/main.vue

@@ -197,11 +197,6 @@
           @close="onCloseIssueSub"
           :monitorInfo="this.monitorInfo">
         </issue-sub-dia>
-        <resource-list
-          v-if="showRes === 1"
-          @closeRes="onCloseRes"
-          :monitorInfo="this.monitorInfo">
-        </resource-list>
       </div>
     </div>
   </div>
@@ -229,7 +224,6 @@ import company from "../data/company.json";
 export default {
   name: "EngineeringMain",
   components: {
-    ResourceList,
     IssueSubDia,
     CameraScreen,
     IssueListDia,
@@ -353,10 +347,6 @@ export default {
       this.showIssue = 1
     },
 
-    onCloseRes(){
-      this.showC = false;
-      this.showRes = 0
-    },
 
 
     showDialog(type) {