Jelajahi Sumber

feat:更新代码

jinx 4 tahun lalu
induk
melakukan
5bf907c757
1 mengubah file dengan 3 tambahan dan 4 penghapusan
  1. 3 4
      src/pages/equipment/index.vue

+ 3 - 4
src/pages/equipment/index.vue

@@ -95,14 +95,13 @@
       <el-table height="520" :data="tableData" style="width: 100%; padding: 0 20px">
       <el-table height="520" :data="tableData" style="width: 100%; padding: 0 20px">
         <el-table-column v-for="(item, i) in tableHeader" :key="i" :prop="item.name" :label="item.label">
         <el-table-column v-for="(item, i) in tableHeader" :key="i" :prop="item.name" :label="item.label">
         </el-table-column>
         </el-table-column>
-        <el-table-column label="操作">
+        <!-- <el-table-column label="操作">
           <template slot-scope="scope">
           <template slot-scope="scope">
             <div>
             <div>
               <span style="cursor:pointer;color:#0175dc;" @click="pointCharge(scope.row)">点数</span>
               <span style="cursor:pointer;color:#0175dc;" @click="pointCharge(scope.row)">点数</span>
-              <!-- <span>解绑</span> -->
             </div>
             </div>
           </template>
           </template>
-        </el-table-column>
+        </el-table-column> -->
       </el-table>
       </el-table>
       <div class="p-con">
       <div class="p-con">
         <el-pagination @current-change="handleCurrentChange" :current-page.sync="currentPage" :page-size="size" layout="total, prev, pager, next, jumper" :total="total"></el-pagination>
         <el-pagination @current-change="handleCurrentChange" :current-page.sync="currentPage" :page-size="size" layout="total, prev, pager, next, jumper" :total="total"></el-pagination>
@@ -136,7 +135,7 @@ export default {
         { name: "activatedTime", label: "激活时间" },
         { name: "activatedTime", label: "激活时间" },
         { name: "own", label: "出货类型" },
         { name: "own", label: "出货类型" },
         { name: "companyName", label: "客户名称" },
         { name: "companyName", label: "客户名称" },
-        { name: "balance", label: "当前余额(点)" },
+        // { name: "balance", label: "当前余额(点)" },
       ],
       ],
       // ShebeiVisible: false,
       // ShebeiVisible: false,
       cameraVisible: false,
       cameraVisible: false,