From e850bd9f3b658ae74b92bee53b40deedcd256c64 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Tue, 8 Aug 2023 10:37:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/view/Learning.vue | 2 +- src/view/NormalSendGoods.vue | 103 +++++++++++++++++++++-------------- 2 files changed, 63 insertions(+), 42 deletions(-) diff --git a/src/view/Learning.vue b/src/view/Learning.vue index 25e4808..7355163 100644 --- a/src/view/Learning.vue +++ b/src/view/Learning.vue @@ -46,7 +46,7 @@ return { colConfigs: [ { prop: 'title', label: '标题', align: 'left' }, - { prop: 'isFavorite', label: '是否收藏', align: 'center', format: v => v === '0' ? '否' : '是' }, + { prop: 'createTime', label: '发布时间', align: 'center' }, ], tableData: [], total: 0, diff --git a/src/view/NormalSendGoods.vue b/src/view/NormalSendGoods.vue index 1afd097..f193262 100644 --- a/src/view/NormalSendGoods.vue +++ b/src/view/NormalSendGoods.vue @@ -23,16 +23,17 @@ :isShowPagination="false" style="margin-top: 8px;" @getList="getList">center - + @@ -53,7 +54,8 @@ @@ -100,21 +102,22 @@ style="margin-top: 8px;" @selection-change="onChooseChange" @getList="getList"> - + - +