From 86e443e42c4bee972c5b795def4917e02f98ce40 Mon Sep 17 00:00:00 2001 From: wxw <Administrator@DESKTOP-5BIMHQ3> Date: 星期五, 11 七月 2025 16:45:08 +0800 Subject: [PATCH] 修改问题 --- HTML/views/WareHouseSetting/Locate.html | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/HTML/views/WareHouseSetting/Locate.html b/HTML/views/WareHouseSetting/Locate.html index 02f55f4..8c7bf72 100644 --- a/HTML/views/WareHouseSetting/Locate.html +++ b/HTML/views/WareHouseSetting/Locate.html @@ -131,9 +131,11 @@ <div class="layui-card-body"> <table id="LAY-app-content-list" lay-filter="LAY-app-content-list" style="width: 100%;"></table> <script type="text/html" id="table-content-list"> + {{# if(d.Make=="1"){ }} <a class="editBtn layui-btn layui-btn-normal layui-btn-xs editClass" lay-event="edit"> - <i class="layui-icon layui-icon-edit"></i>缂栬緫</a> - </script> + <i class="layui-icon layui-icon-edit"></i>缂栬緫</a> + {{# } }} + </script> </div> </div> </div> @@ -448,6 +450,11 @@ align: 'center', width: 90, }, { + field: 'MakeName', + title: '绫诲瀷鏍囪瘑', + align: 'center', + width: 90, + }, { field: 'Row', title: '鎺�', align: 'center', -- Gitblit v1.8.0