1. 诊所管理
This commit is contained in:
@@ -4,12 +4,12 @@
|
||||
<view v-if="!list.length" class="empty">暂无分成记录</view>
|
||||
<view v-for="item in list" :key="item.id" class="row">
|
||||
<view>
|
||||
<text class="order">{{ item.order_no }}</text>
|
||||
<text class="order">{{ item.order_no }} <text class="status" style="margin-left: 20rpx">{{ item.settlement_id > 0 ? '已结算' : '待结算' }}</text></text>
|
||||
<text class="drug">{{ item.drug_name }} ×{{ item.qty }}</text>
|
||||
</view>
|
||||
<view class="right">
|
||||
<text class="amount">¥{{ item.commission_amount }}</text>
|
||||
<text class="status">{{ item.settlement_id > 0 ? '已结算' : '待结算' }}</text>
|
||||
<text class="status">{{ item.created_at }}</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
@@ -123,7 +123,7 @@ export default {
|
||||
profileInfo: null,
|
||||
stats: {},
|
||||
menuItems: [
|
||||
{ key: 'transfer', label: '传方', path: '/subPackages/sub_workbench/prescription_v2/index?salesperson_transfer=1&initial_category=1' },
|
||||
// { key: 'transfer', label: '传方', path: '/subPackages/sub_workbench/prescription_v2/index?salesperson_transfer=1&initial_category=1' },
|
||||
// { key: 'transfer-list', label: '传方记录', path: `${ROOT}/transfer-prescription/list` },
|
||||
// { key: 'earnings', label: '我的收益', path: `${ROOT}/earnings/index` },
|
||||
{ key: 'leads', label: '获客记录', path: `${ROOT}/leads/index` },
|
||||
|
||||
Reference in New Issue
Block a user