diff --git a/src/views/app/shop/shop.vue b/src/views/app/shop/shop.vue index 7ce9c22..830a9a3 100644 --- a/src/views/app/shop/shop.vue +++ b/src/views/app/shop/shop.vue @@ -195,16 +195,11 @@ remark: "", }, form: {}, - columns: [{ - type: "selection", - width: 60, - align: "center", - fixed: "left", - }, + columns: [ { title: "排名", key: "shoprank", - minWidth: 60, + minWidth: 90, sortable: true, fixed: "left", },