-
+
+
+
+
+
+
-
+
@@ -87,6 +97,9 @@
+
+
+
{{d.row.point | money | defaultValue}} %
@@ -224,7 +237,7 @@ export default {
name: "Bonus",
components: { UserLink, BooleanTag },
mixins: [$showColumns, $view],
- dicts: ['bonus_status', 'bonus_arrival_type'],
+ dicts: ['bonus_status', 'bonus_arrival_type', 'bonus_bst_type'],
props: {
query: {
type: Object,
@@ -238,6 +251,7 @@ export default {
// 字段列表
columns: [
{key: 'id', visible: false, label: '分成编号', minWidth: null, sortable: true, overflow: false, align: 'center', width: "100"},
+ {key: 'bstType', visible: true, label: '业务类型', minWidth: null, sortable: true, overflow: false, align: 'center', width: "100"},
{key: 'billNo', visible: true, label: '订单编号', minWidth: null, sortable: true, overflow: false, align: 'center', width: "180"},
{key: 'status', visible: true, label: '状态', minWidth: null, sortable: true, overflow: false, align: 'center', width: null},
{key: 'arrivalName', visible: true, label: '收款方', minWidth: null, sortable: true, overflow: false, align: 'center', width: null},
diff --git a/src/views/ss/vip/components/VipEditDialog.vue b/src/views/ss/vip/components/VipEditDialog.vue
index d0fd964..676cf39 100644
--- a/src/views/ss/vip/components/VipEditDialog.vue
+++ b/src/views/ss/vip/components/VipEditDialog.vue
@@ -19,6 +19,22 @@
:default-time="['00:00:00', '23:59:59']"
/>
+
+
+
+
+
+
+
+
+
+
+