3
2
Quellcode durchsuchen

把首页没必要的组件去掉

Liuqi vor 6 Jahren
Ursprung
Commit
dee2af95d3

+ 2 - 2
src/dashoo.cn/frontend_web/src/pages/lims/secondcenter/checkTotal.vue

@@ -1,6 +1,6 @@
 <template>
   <div>
-    <el-form :inline="true"
+    <!-- <el-form :inline="true"
              :model="formSearch"
              class="demo-form-inline"
              size="mini">
@@ -18,7 +18,7 @@
       <el-form-item>
         <el-button type="primary">查询</el-button>
       </el-form-item>
-    </el-form>
+    </el-form> -->
 
     <el-row :gutter="10">
       <el-col :span="12">

+ 2 - 2
src/dashoo.cn/frontend_web/src/pages/lims/secondcenter/finishYear.vue

@@ -1,6 +1,6 @@
 <template>
   <div>
-    <el-form :inline="true"
+    <!-- <el-form :inline="true"
              :model="formSearch"
              class="demo-form-inline"
              size="mini">
@@ -18,7 +18,7 @@
       <el-form-item>
         <el-button type="primary">查询</el-button>
       </el-form-item>
-    </el-form>
+    </el-form> -->
 
     <el-row :gutter="10">
       <el-col :span="12">

+ 2 - 2
src/dashoo.cn/frontend_web/src/pages/lims/secondcenter/passRate.vue

@@ -1,6 +1,6 @@
 <template>
   <div>
-    <el-form :inline="true"
+    <!-- <el-form :inline="true"
              :model="formSearch"
              class="demo-form-inline"
              size="mini">
@@ -18,7 +18,7 @@
       <el-form-item>
         <el-button type="primary">查询</el-button>
       </el-form-item>
-    </el-form>
+    </el-form> -->
 
     <el-row :gutter="10">
       <el-col :span="12">

+ 3 - 3
src/dashoo.cn/frontend_web/src/pages/lims/secondcenter/towLevelCenter.vue

@@ -38,7 +38,7 @@
         <el-table-column prop="DeviceName" label="设备名称" >
 
           <template slot-scope="scope">
-            <el-link type="primary" @click="showPie(scope.row)">{{scope.row.DeviceName}}</el-link>
+            <el-col type="primary" @click="showPie(scope.row)">{{scope.row.DeviceName}}</el-col>
           </template>
         </el-table-column>
 
@@ -84,9 +84,9 @@
       </v-chart>
     </el-card>
 
-    <el-dialog :visible.sync="pieDialogVisible" width="85%" title="防雷装置检测率">
+    <!-- <el-dialog :visible.sync="pieDialogVisible" width="85%" title="防雷装置检测率">
       <pie-check-result ref="PieCheckResultRef"></pie-check-result>
-    </el-dialog>
+    </el-dialog> -->
 
     <el-dialog :visible.sync="totalDialogVisible" width="85%" :title="totalDialogTitle">
       <check-total ref="Checktotalref"></check-total>

+ 2 - 2
src/dashoo.cn/frontend_web/src/pages/lims/secondcenter/waitYear.vue

@@ -1,6 +1,6 @@
 <template>
   <div>
-    <el-form :inline="true"
+    <!-- <el-form :inline="true"
              :model="formSearch"
              class="demo-form-inline"
              size="mini">
@@ -18,7 +18,7 @@
       <el-form-item>
         <el-button type="primary">查询</el-button>
       </el-form-item>
-    </el-form>
+    </el-form> -->
 
     <el-row :gutter="10">
       <el-col :span="12">