Эх сурвалжийг харах

隐藏盲票列表实时毛利

lsx 2 жил өмнө
parent
commit
e020a89a11

+ 2 - 2
src/views/business/ticket/index.vue

@@ -179,7 +179,7 @@
           {{ scope.row.type.desc }}
         </template>
       </el-table-column>
-      <el-table-column label="实时毛利" prop="type" min-width="80">
+      <!-- <el-table-column label="实时毛利" prop="type" min-width="80">
         <template slot-scope="scope">
           <div>¥{{ $numberFormat(scope.row.realTimeGrossProfit) }}</div>
         </template>
@@ -188,7 +188,7 @@
         <template slot-scope="scope">
           <div>¥{{ $numberFormat(scope.row.finalGrossProfit) }}</div>
         </template>
-      </el-table-column>
+      </el-table-column> -->
       <el-table-column label="采购单价" prop="pkgSalePrice" min-width="100" sortable="custom">
         <template slot-scope="scope">
           <div>¥{{ $numberFormat(scope.row.pkgSalePrice) }}/包</div>