Initial commit: queue workspace
Made-with: Cursor
This commit is contained in:
50
pro_v3.5.1/view/uniapp/utils/propertyList.js
Normal file
50
pro_v3.5.1/view/uniapp/utils/propertyList.js
Normal file
@@ -0,0 +1,50 @@
|
||||
let propertyList = [{
|
||||
label: "余额",
|
||||
value: 0,
|
||||
k: "now_money",
|
||||
url: '/pages/users/user_money/index'
|
||||
},
|
||||
{
|
||||
label: "优惠券",
|
||||
value: 1,
|
||||
k: "couponCount",
|
||||
url: '/pages/users/user_coupon/index'
|
||||
},
|
||||
{
|
||||
label: "积分",
|
||||
value: 2,
|
||||
k: "integral",
|
||||
url: '/pages/users/user_integral/index'
|
||||
},
|
||||
{
|
||||
label: "收藏",
|
||||
value: 3,
|
||||
k: "collectProductCount",
|
||||
url: '/pages/users/user_goods_collection/index'
|
||||
},
|
||||
{
|
||||
label: "浏览记录",
|
||||
value: 5,
|
||||
k: "visit_num",
|
||||
url: '/pages/users/visit_list/index'
|
||||
},
|
||||
{
|
||||
label: "推广佣金",
|
||||
value: 6,
|
||||
k: "brokerage_price",
|
||||
url: '/pages/users/user_spread_user/index'
|
||||
},
|
||||
{
|
||||
label: "推广人",
|
||||
value: 7,
|
||||
k: "spread_user_count",
|
||||
url: '/pages/users/user_spread_user/index'
|
||||
},
|
||||
{
|
||||
label: "推广订单",
|
||||
value: 8,
|
||||
k: "spread_order_count",
|
||||
url: '/pages/users/user_spread_user/index'
|
||||
},
|
||||
];
|
||||
export default propertyList;
|
||||
Reference in New Issue
Block a user