Browse Source

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

gcz 1 year ago
parent
commit
6967e0b1b8
1 changed files with 2 additions and 0 deletions
  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>