Sfoglia il codice sorgente

数据列表增加字段:购票数量、观影人实付单价

gcz 1 anno fa
parent
commit
6967e0b1b8
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      src/views/finance/flowingWaterMr/index.vue

+ 2 - 0
src/views/finance/flowingWaterMr/index.vue

@@ -83,6 +83,8 @@
           <span style="color: #1890ff;cursor: pointer;" @click="openDetails(scope.row)">{{ scope.row.id }}</span>
         </template>
       </el-table-column>
+      <el-table-column label="购票数量" align="center" prop="quantity" />
+      <el-table-column label="实付单价" align="center" prop="price" />
       <el-table-column label="金额(元)" align="center" prop="type">
         <template slot-scope="scope">
           <span>¥{{ scope.row.orderPrice }}</span>