Explorar o código

隐藏盲票列表实时毛利

lsx %!s(int64=2) %!d(string=hai) anos
pai
achega
e020a89a11
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/views/business/ticket/index.vue

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

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