فهرست منبع

Merge branch 'test' of mangpiao/mp-ui-pc into master

mangpiao 2 سال پیش
والد
کامیت
91ccefaa80
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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 }}
         </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>