From 5236a0bed143c34e7ca866625da8f2ff518a4501 Mon Sep 17 00:00:00 2001 From: anyv <anyu@bronet.cn> Date: Fri, 31 May 2019 15:16:18 +0800 Subject: [PATCH] 商品添加 --- public/themes/admin_simpleboot3/admin/goods/goods_add.html | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/public/themes/admin_simpleboot3/admin/goods/goods_add.html b/public/themes/admin_simpleboot3/admin/goods/goods_add.html index 633de87..1be478f 100644 --- a/public/themes/admin_simpleboot3/admin/goods/goods_add.html +++ b/public/themes/admin_simpleboot3/admin/goods/goods_add.html @@ -50,12 +50,9 @@ <tr> <th width="100">标签</th> <td> - <select name="label_id" class="form-control"> - <option value="0">为空</option> - <volist name="label_data" id="vo"> - <option value="{$vo.id}">{$vo.name}</option> - </volist> - </select> + <label><input type="checkbox" value="">选项 1</label> + <label><input type="checkbox" value="">选项 1</label> + <label><input type="checkbox" value="">选项 1</label> </td> </tr> <tr> -- libgit2 0.24.0