|
|
@@ -102,7 +102,7 @@
|
|
|
</template>
|
|
|
<template slot-scope="{ row }" slot="card_name">
|
|
|
<div>
|
|
|
- <div class="title">{{ row.card_name }}</div>
|
|
|
+ <div class="title">{{ row.card_name }}(ID:{{ row.servicecard.id}})</div>
|
|
|
<div class="title" v-if="row.order">价格:{{ row.order.pay_price }}</div>
|
|
|
<div class="title" v-if="row.servicecard">折扣:{{ row.servicecard
|
|
|
.discount }}%</div>
|
|
|
@@ -148,39 +148,6 @@
|
|
|
</TabPane>
|
|
|
</Tabs>
|
|
|
</Drawer>
|
|
|
- <!-- <Modal v-model="modals" scrollable footer-hide closable title="用户详情" :mask-closable="false" width="1000" :z-index="2"> -->
|
|
|
- <!-- <Spin size="large" fix v-if="spinShow"></Spin> -->
|
|
|
- <!-- <div class="acea-row">
|
|
|
- <div class="avatar mr15"><img :src="psInfo.avatar"></div>
|
|
|
- <div class="dashboard-workplace-header-tip">
|
|
|
- <p class="dashboard-workplace-header-tip-title" v-text="psInfo.nickname || '-'"></p>
|
|
|
- <div class="dashboard-workplace-header-tip-desc">
|
|
|
- <span class="dashboard-workplace-header-tip-desc-sp" v-for="(item, index) in detailsData" :key="index">{{item.title+':'+item.value}}</span>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div> -->
|
|
|
- <!-- <Row type="flex" justify="space-between" class="mt25">
|
|
|
- <Col span="4" class="user_menu">
|
|
|
- <Menu :theme="theme2" :active-name="activeName" @on-select="changeType">
|
|
|
- <MenuItem :name="item.val" v-for="(item, index) in list" :key="index" >
|
|
|
- {{item.label}}
|
|
|
- </MenuItem>
|
|
|
- </Menu>
|
|
|
- </Col>
|
|
|
- <Col span="20">
|
|
|
- <Table :columns="columns" :data="userLists" max-height="400"
|
|
|
- ref="table"
|
|
|
- :loading="loading"
|
|
|
- no-userFrom-text="暂无数据"
|
|
|
- no-filtered-userFrom-text="暂无筛选结果"
|
|
|
- ></Table>
|
|
|
- <div class="acea-row row-right page">
|
|
|
- <Page :total="total" :current="userFrom.page" show-elevator show-total @on-change="pageChange"
|
|
|
- :page-size="userFrom.limit" /></div>
|
|
|
- </Col>
|
|
|
- </Row> -->
|
|
|
- <!-- </Modal> -->
|
|
|
- <!-- </div> -->
|
|
|
</template>
|
|
|
|
|
|
<script>
|