From 0ca297f9622764653a7262b51bdff73b553dee79 Mon Sep 17 00:00:00 2001
From: chenzeping <ChenZeping02609@163.com>
Date: 星期四, 01 四月 2021 10:55:54 +0800
Subject: [PATCH] 弹框接收信息展示修改

---
 src/components/BaseNav/PublicBounced/GasComponents/GasTable.vue |   44 --------------------------------------------
 1 files changed, 0 insertions(+), 44 deletions(-)

diff --git a/src/components/BaseNav/PublicBounced/GasComponents/GasTable.vue b/src/components/BaseNav/PublicBounced/GasComponents/GasTable.vue
index cfddb19..e69de29 100644
--- a/src/components/BaseNav/PublicBounced/GasComponents/GasTable.vue
+++ b/src/components/BaseNav/PublicBounced/GasComponents/GasTable.vue
@@ -1,44 +0,0 @@
-<template>
-  <div class="gas-tab">
-    <el-row type="flex" class="row-bg" justify="space-around">
-      <el-col :span="12">鐩戞祴鐐瑰悕绉�:{{ displayContent.Name }}</el-col>
-      <el-col :span="12">鐢熶骇鍗曚綅:{{ displayContent.DeptSname }}</el-col>
-      <el-col :span="12">鎺掓斁绫诲瀷鍔犺浇:{{ displayContent.EmissTypeName }}</el-col>
-    </el-row>
-    <el-row type="flex" class="row-bg" justify="space-around">
-      <el-col :span="12">鎺掓斁鍘诲悜:{{ displayContent.EmissTypeDirectName }}</el-col>
-      <el-col :span="12">鎺у埗绾у埆鍚嶇О:{{ displayContent.ContrLevelShowName }}</el-col>
-      <el-col :span="12">鍐�/澶栨帓鍙�:{{ displayContent.OrOutPortName }}</el-col>
-    </el-row>
-  </div>
-</template>
-
-<script>
-export default {
-  name: 'GasTable',
-  props: ['displayContent'],
-  data () {
-    return {}
-  }
-}
-</script>
-
-<style scoped lang="less">
-.gas-tab {
-  border: 1px #4c667d solid;
-}
-
-.el-row {
-  color: #00d0f9;
-
-  .el-col {
-    width: 200px;
-    height: 28px;
-    background-color: #243a55;
-    border-radius: 0.05rem;
-    margin: 5px 0;
-    text-align: center;
-    line-height: 28px;
-  }
-}
-</style>

--
Gitblit v1.8.0