mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2026-07-06 08:11:12 +08:00
Compare commits
No commits in common. "232e9f34b4244dfbebf73bea2ec8a2982340a27e" and "e640847819a6ba321dd96d8dcd3d940c27a774e5" have entirely different histories.
232e9f34b4
...
e640847819
@ -12,6 +12,7 @@ use app\data\model\ShopGoodsMark;
|
||||
use app\data\model\ShopGoodsStock;
|
||||
use app\data\service\ExpressService;
|
||||
use app\data\service\GoodsService;
|
||||
use app\data\service\UserUpgradeService;
|
||||
use think\admin\Controller;
|
||||
use think\admin\extend\CodeExtend;
|
||||
|
||||
|
||||
@ -117,7 +117,7 @@
|
||||
<!--{/if}-->
|
||||
|
||||
<!--{if auth("remove")}-->
|
||||
<a class="layui-btn layui-btn-danger layui-btn-sm" data-confirm="确定要删除等级吗?" data-action="{:url('remove')}" data-value="id#{{d.id}}">删 除</a>
|
||||
<a class="layui-btn layui-btn-danger layui-btn-sm" data-confirm="确定要删除问题吗?" data-action="{:url('remove')}" data-value="id#{{d.id}}">删 除</a>
|
||||
<!--{/if}-->
|
||||
</script>
|
||||
{/block}
|
||||
Loading…
x
Reference in New Issue
Block a user