From eda3252c953675a4e2524091702b882680828493 Mon Sep 17 00:00:00 2001 From: aixianling Date: Mon, 6 Jun 2022 09:16:39 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=84=E8=AE=BA=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppContentManage/components/Add.vue | 2 +- .../AppContentManage/components/List.vue | 322 +++++++++--------- 2 files changed, 163 insertions(+), 161 deletions(-) diff --git a/packages/publicity/AppContentManage/components/Add.vue b/packages/publicity/AppContentManage/components/Add.vue index d17aa220..a78f3cc6 100644 --- a/packages/publicity/AppContentManage/components/Add.vue +++ b/packages/publicity/AppContentManage/components/Add.vue @@ -27,7 +27,7 @@ - {{ op.dictName }} + {{ op.dictName }} diff --git a/packages/publicity/AppContentManage/components/List.vue b/packages/publicity/AppContentManage/components/List.vue index 4d368bb3..456b3bd0 100644 --- a/packages/publicity/AppContentManage/components/List.vue +++ b/packages/publicity/AppContentManage/components/List.vue @@ -10,13 +10,13 @@ + :tableData="tableData" + :col-configs="colConfigs" + :total="total" :dict="dict" + style="margin-top: 6px;" + :current.sync="search.current" + :size.sync="search.size" + @getList="getList">