From 78e9e20a5db64e789105623287ef471330b5c5f2 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Wed, 30 Nov 2022 14:03:03 +0800 Subject: [PATCH] 31159 --- project/pidu/app/AppGoods/components/List.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/project/pidu/app/AppGoods/components/List.vue b/project/pidu/app/AppGoods/components/List.vue index 02896a98..a5af66ed 100644 --- a/project/pidu/app/AppGoods/components/List.vue +++ b/project/pidu/app/AppGoods/components/List.vue @@ -92,12 +92,13 @@ info: {}, colConfigs: [ { slot: 'goods', label: '商品' }, - { prop: 'merchandiseIntegral', align: 'center', label: '单价' }, - { prop: 'merchandiseNumber', align: 'center', label: '数量' }, + { prop: 'merchandiseIntegral', align: 'center', label: '单价', sortable: true }, + { prop: 'merchandiseNumber', align: 'center', label: '数量', sortable: true }, { prop: 'arriveTime', align: 'center', - label: '兑换量' + label: '兑换量', + sortable: true }, { prop: 'visibleRange',