From a19044397c252c3cba5fa65eab0aa85337771366 Mon Sep 17 00:00:00 2001
From: Hentua <wangdoubleone@gmail.com>
Date: Sun, 11 Jun 2023 11:31:53 +0800
Subject: [PATCH] Merge branch 'meiye_mall' of http://120.27.238.55:7000/r/xc-mall into meiye_mall
---
src/main/resources/templates/febs/views/modules/news/newsCategory.html | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/templates/febs/views/modules/news/newsCategory.html b/src/main/resources/templates/febs/views/modules/news/newsCategory.html
index dadbef3..755acd4 100644
--- a/src/main/resources/templates/febs/views/modules/news/newsCategory.html
+++ b/src/main/resources/templates/febs/views/modules/news/newsCategory.html
@@ -117,6 +117,7 @@
url: ctx + 'admin/news/findNewsCategoryList',
cols: [[
{field: 'title', title: '标题', minWidth: 120,align:'center'},
+ {field: 'code', title: '编码', minWidth: 120,align:'center'},
{field: 'createdTime', title: '创建时间', minWidth: 120,align:'center'},
{title: '操作',
templet: function (d) {
--
Gitblit v1.9.1