From 8e172acec711748cdd35249f25e333a7c4cb8055 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期六, 26 六月 2021 18:28:38 +0800 Subject: [PATCH] 推送服务完善 --- service-push/src/main/resources/static/app-list.html | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/service-push/src/main/resources/static/app-list.html b/service-push/src/main/resources/static/app-list.html index fc8183a..fc27546 100644 --- a/service-push/src/main/resources/static/app-list.html +++ b/service-push/src/main/resources/static/app-list.html @@ -203,9 +203,8 @@ [{type: 'checkbox', title: "ID"}, {field: 'id', width: 80, sort: true, title: "ID"}, {field: 'appCode', width: 120, sort: true, title: "搴旂敤鍞竴鏍囪瘑"}, - {field: 'appName', edit: 'text', width: 150, title: "搴旂敤鍚嶇О"}, - {field: 'appDesc', edit: 'text', width: 200, title: "搴旂敤绠�浠�"}, - {field: 'remarks', edit: 'text', width: 200, title: "澶囨敞"}, + {field: 'name', edit: 'text', width: 150, title: "搴旂敤鍚嶇О"}, + {field: 'desc', edit: 'text', width: 200, title: "搴旂敤绠�浠�"}, {field: 'createTime', sort: true, width: 150, title: "鍒涘缓鏃堕棿"}, {field: 'updateTime', sort: true, width: 150, title: "淇敼鏃堕棿"}, // {field: 'status', width: 80, title: "鐘舵��", templet: "#statusContainer"}, -- Gitblit v1.8.0