From 68bcb554b91c0da1b7765142cc95ba0b5ade1a5a Mon Sep 17 00:00:00 2001 From: liaoxujun@qq.com <liaoxujun@qq.com> Date: 星期一, 01 四月 2024 17:25:15 +0800 Subject: [PATCH] 完成供应商收集相关逻辑 --- CoreCms.Net.Web.Admin/wwwroot/views/bloggersinfo/index.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CoreCms.Net.Web.Admin/wwwroot/views/bloggersinfo/index.html b/CoreCms.Net.Web.Admin/wwwroot/views/bloggersinfo/index.html index f808d74..245fd11 100644 --- a/CoreCms.Net.Web.Admin/wwwroot/views/bloggersinfo/index.html +++ b/CoreCms.Net.Web.Admin/wwwroot/views/bloggersinfo/index.html @@ -273,7 +273,7 @@ field: "nickname", title: "缃戝悕", sort: false, - templet: "#nickname", + templet: "#nicknameTmp", width: 105, }, { @@ -737,7 +737,7 @@ </script> <!--娲借皥璁板綍--> -<script type="text/html" id="nickname"> +<script type="text/html" id="nicknameTmp"> <a lay-event="edit" style="color: blue;">{{d.nickname}}</a> <!-- <input type="checkbox" name="switch_isdelete" value="{{d.id}}" lay-skin="switch" lay-text="寮�鍚瘄鍏抽棴" lay-filter="switch_isdelete" {{ d.isdelete ? 'checked' : '' }}> --> -- Gitblit v1.9.1