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">
@@ -28,33 +28,33 @@
+ :visible.sync="isShowAdd"
+ width="880px"
+ height="580px"
+ title="文章分类"
+ @close="onClose"
+ @onConfirm="onConfirm(false)">
-
+
添加
+ v-if="!id"
+ class="detail-table__table"
+ :border="true"
+ tableSize="small"
+ :total="cateTotal"
+ :tableData="cateList"
+ :col-configs="cateColConfigs"
+ :current.sync="cateSearch.current"
+ :size.sync="cateSearch.size"
+ :stripe="false"
+ @getList="getCateList">
@@ -70,158 +70,160 @@