From 1419fea2e18fee843eb492c23ca7d09bc6f2537c Mon Sep 17 00:00:00 2001 From: Anyon Date: Wed, 16 Dec 2020 14:59:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A8=A1=E6=9D=BF=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/data/view/shop_goods/index.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/app/data/view/shop_goods/index.html b/app/data/view/shop_goods/index.html index 1c78fc5ef..004d979c3 100644 --- a/app/data/view/shop_goods/index.html +++ b/app/data/view/shop_goods/index.html @@ -74,38 +74,38 @@
剩余库存 {$vo.stock_total-$vo.stock_sales} 件 ( 已销售 {$vo.stock_sales} 件 )
{if auth('copy')} - 复 制 + 复 制 {/if} - 编 辑 + 编 辑 - 编 辑 + 编 辑 {if isset($type) and $type eq 'index'} {if isset($vo.status) and $vo.status eq 1} - 下 架 + 下 架 - 下 架 + 下 架 {else} - 上 架 + 上 架 - 上 架 + 上 架 {/if} - 入 库 + 入 库 - 入 库 + 入 库 - 删 除 + 删 除 {else} - 恢 复 + 恢 复 {/if}