From 7fdf7d7bd39cd0381c3969ad6302be0e693cad2d Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期二, 02 四月 2024 10:56:33 +0800 Subject: [PATCH] Merge branch 'master' of http://47.108.235.38:8080/r/baifenbaishop --- 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