qx
5 天以前 5f6e994d3ce5f47e8b5dd95bbdfb8aef3e321cb0
src/views/hosp/order/index.vue
@@ -785,6 +785,12 @@
              </el-table-column>
              <el-table-column align="center" prop="price" label="费用合计">
              </el-table-column>
              <el-table-column align="center" prop="sfzt" label="费用状态">
                 <template v-slot="scope">
                    <span v-if="scope.row.sfzt">{{ '已结账' }}</span>
                    <span v-else>{{ '未结账' }}</span>
                 </template>
              </el-table-column>
            </el-table>
            <h3>付款详情</h3>
            <el-table :data="bill" style="width: 100%; margin-top: 10px">