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">