From 380c59a2bcad10dac562f324930c4ac8470a87a4 Mon Sep 17 00:00:00 2001 From: bobi Date: Tue, 25 Jun 2019 17:37:31 +0800 Subject: [PATCH] fix:field --- pages/often/article.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/often/article.html b/pages/often/article.html index 27a44cd..8f95fc3 100644 --- a/pages/often/article.html +++ b/pages/often/article.html @@ -61,8 +61,8 @@ {field: "url", title: "链接", width: 250, templet: "#urlTpl"}, {field: "readSize", title: "阅读量", width: 80}, {field: "publisher", title: "发布者", width: 100}, - {field: "isTop", title: "置顶", width: 100, templet: "#topTpl"}, - {field: "status", title: "状态", width: 100, templet: "#statusTpl"}, + {field: "isTop", title: "是否置顶", width: 100, align: "center", templet: "#topTpl"}, + {field: "status", title: "发布状态", width: 110, align: "center", templet: "#statusTpl"}, {title: "操作", width: 200, align: "center", templet: "#operationTpl"} ]], done: function (res, curr, count) { @@ -192,7 +192,7 @@