diff --git a/src/assets/styles/diythem.scss b/src/assets/styles/diythem.scss
index 1be02aa..a3be6b5 100644
--- a/src/assets/styles/diythem.scss
+++ b/src/assets/styles/diythem.scss
@@ -172,3 +172,9 @@
.image-view {
border: 1px solid #e6ebf5;
}
+
+.dialog-box {
+ .pagination-container {
+ height: 10px;
+ }
+}
diff --git a/src/views/netZoology/netArticle/index.vue b/src/views/netZoology/netArticle/index.vue
index c09991a..a32eea7 100644
--- a/src/views/netZoology/netArticle/index.vue
+++ b/src/views/netZoology/netArticle/index.vue
@@ -71,14 +71,14 @@
v-hasPermi="['zongzhi:article:add']"
>新增
- 修改
+ > -->
查看
-
+ 评价
-
-
- {{
- formPj.appraiserName
- }}
- {{
- formPj.createTime
- }}
- {{
- formPj.pjContent
- }}
-
+ 评价列表
+
+
+
+
+
+
+
{
- this.formPj = res.rows[0];
- this.infoOpen = true;
- this.infoTitle = "查看网络文章详情";
- });
+ this.PjParams.articleId = id;
+ this.getListPj();
+ this.infoOpen = true;
+ this.infoTitle = "查看网络文章详情";
} else {
this.infoOpen = true;
this.infoTitle = "查看网络文章详情";
}
});
},
+ getListPj() {
+ this.loadingPj = true;
+ listEvaluate(this.PjParams).then((response) => {
+ this.pjData = response.rows;
+ this.totalPj = response.total;
+ this.loadingPj = false;
+ });
+ },
+
/** 新增按钮操作 */
handleAdd() {
this.reset();