diff --git a/app/data/view/news_item/index.html b/app/data/view/news_item/index.html
index ce31694d3..b696e0b65 100644
--- a/app/data/view/news_item/index.html
+++ b/app/data/view/news_item/index.html
@@ -51,19 +51,19 @@
{if auth("edit")}
- 编 辑
+ 编 辑
{/if}
{if auth("state") and $vo.status eq 1}
- 禁 用
+ 禁 用
{/if}
{if auth("state") and $vo.status eq 0}
- 激 活
+ 激 活
{/if}
{if auth("remove")}
- 删 除
+ 删 除
{/if}
|
diff --git a/app/data/view/news_mark/index.html b/app/data/view/news_mark/index.html
index 7b29491a4..48c25d7ed 100644
--- a/app/data/view/news_mark/index.html
+++ b/app/data/view/news_mark/index.html
@@ -46,16 +46,16 @@
{$vo.create_at|format_datetime} |
{if auth("edit")}
- 编 辑
+ 编 辑
{/if}
{if auth("state") and $vo.status eq 1}
- 禁 用
+ 禁 用
{/if}
{if auth("state") and $vo.status eq 0}
- 激 活
+ 激 活
{/if}
{if auth("remove")}
- 删 除
+ 删 除
{/if}
|
diff --git a/app/data/view/payment/index.html b/app/data/view/payment/index.html
index 35f23dbf4..89106bdcc 100644
--- a/app/data/view/payment/index.html
+++ b/app/data/view/payment/index.html
@@ -46,16 +46,16 @@
{$vo.create_at|format_datetime} |
{if auth("edit")}
- 编 辑
+ 编 辑
{/if}
{if auth("state") and $vo.status eq 1}
- 禁 用
+ 禁 用
{/if}
{if auth("state") and $vo.status eq 0}
- 激 活
+ 激 活
{/if}
{if auth("remove")}
- 删 除
+ 删 除
{/if}
|
diff --git a/app/data/view/shop_goods/index.html b/app/data/view/shop_goods/index.html
index 004d979c3..1c78fc5ef 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}
|
diff --git a/app/data/view/shop_goods_cate/index.html b/app/data/view/shop_goods_cate/index.html
index c5107f5d5..32c2785b9 100644
--- a/app/data/view/shop_goods_cate/index.html
+++ b/app/data/view/shop_goods_cate/index.html
@@ -4,6 +4,7 @@
+
@@ -43,27 +44,27 @@
{if auth("add")}
- 添 加
+ 添 加
- 添 加
+ 添 加
{/if}
- {if auth("edit")}
- 编 辑
- {/if}
+
+ 编 辑
+
- {if $vo.status eq 0 and auth("state")}
- 激 活
- {/if}
+
+ 激 活
+
- {if $vo.status eq 1 and auth("state")}
- 禁 用
- {/if}
+
+ 禁 用
+
- {if auth("remove")}
- 删 除
- {/if}
+
+ 删 除
+
diff --git a/app/data/view/shop_goods_mark/index.html b/app/data/view/shop_goods_mark/index.html
index 97fd00d1f..02f7ffb09 100644
--- a/app/data/view/shop_goods_mark/index.html
+++ b/app/data/view/shop_goods_mark/index.html
@@ -42,21 +42,21 @@
{$vo.create_at|format_datetime} |
- {if auth("edit")}
- 编 辑
- {/if}
+
+ 编 辑
+
- {if auth("state") and $vo.status eq 1}
- 禁 用
- {/if}
+
+ 禁 用
+
- {if auth("state") and $vo.status eq 0}
- 激 活
- {/if}
+
+ 激 活
+
- {if auth("remove")}
- 删 除
- {/if}
+
+ 删 除
+
|
diff --git a/app/data/view/shop_truck_company/index.html b/app/data/view/shop_truck_company/index.html
index 245d11472..cd74e1649 100644
--- a/app/data/view/shop_truck_company/index.html
+++ b/app/data/view/shop_truck_company/index.html
@@ -67,15 +67,15 @@
{$vo.create_at|format_datetime} |
- 编 辑
+ 编 辑
- 禁 用
+ 禁 用
- 激 活
+ 激 活
- 删 除
+ 删 除
|
diff --git a/app/data/view/shop_truck_template/index.html b/app/data/view/shop_truck_template/index.html
index 52d1fa837..9c97bf92b 100644
--- a/app/data/view/shop_truck_template/index.html
+++ b/app/data/view/shop_truck_template/index.html
@@ -1,7 +1,6 @@
{extend name="../../admin/view/main"}
{block name="button"}
-
@@ -46,15 +45,17 @@
{$vo.create_at|format_datetime} |
- 编 辑
+ 编 辑
+
- 禁 用
+ 禁 用
- 激 活
+ 激 活
+
- 删 除
+ 删 除
|
diff --git a/app/data/view/store_item/index.html b/app/data/view/store_item/index.html
index 3b18d8429..b5f487988 100644
--- a/app/data/view/store_item/index.html
+++ b/app/data/view/store_item/index.html
@@ -4,6 +4,7 @@
+
@@ -42,18 +43,21 @@
{if $vo.status eq 0}已禁用{elseif $vo.status eq 1}已激活{/if} |
{$vo.create_at|format_datetime} |
- {if auth("edit")}
- 编 辑
- {/if}
- {if auth("state") and $vo.status eq 1}
- 禁 用
- {/if}
- {if auth("state") and $vo.status eq 0}
- 激 活
- {/if}
- {if auth("remove")}
- 删 除
- {/if}
+
+ 编 辑
+
+
+
+ 禁 用
+
+
+
+ 激 活
+
+
+
+ 删 除
+
|
{/foreach}
diff --git a/app/data/view/store_used/index.html b/app/data/view/store_used/index.html
index 606e4bb24..316919b6c 100644
--- a/app/data/view/store_used/index.html
+++ b/app/data/view/store_used/index.html
@@ -4,6 +4,7 @@
+
@@ -42,18 +43,21 @@
{if $vo.status eq 0}已禁用{elseif $vo.status eq 1}已激活{/if} |
{$vo.create_at|format_datetime} |
- {if auth("edit")}
- 编 辑
- {/if}
- {if auth("state") and $vo.status eq 1}
- 禁 用
- {/if}
- {if auth("state") and $vo.status eq 0}
- 激 活
- {/if}
- {if auth("remove")}
- 删 除
- {/if}
+
+ 编 辑
+
+
+
+ 禁 用
+
+
+
+ 激 活
+
+
+
+ 删 除
+
|
{/foreach}
diff --git a/app/data/view/store_user/index.html b/app/data/view/store_user/index.html
index 6f5fa191c..564f1fae7 100644
--- a/app/data/view/store_user/index.html
+++ b/app/data/view/store_user/index.html
@@ -4,6 +4,7 @@
+
@@ -42,18 +43,21 @@
{if $vo.status eq 0}已禁用{elseif $vo.status eq 1}已激活{/if} |
{$vo.create_at|format_datetime} |
- {if auth("edit")}
- 编 辑
- {/if}
- {if auth("state") and $vo.status eq 1}
- 禁 用
- {/if}
- {if auth("state") and $vo.status eq 0}
- 激 活
- {/if}
- {if auth("remove")}
- 删 除
- {/if}
+
+ 编 辑
+
+
+
+ 禁 用
+
+
+
+ 激 活
+
+
+
+ 删 除
+
|
{/foreach}
diff --git a/app/data/view/user/index.html b/app/data/view/user/index.html
index e5682dbdb..91d66dd87 100644
--- a/app/data/view/user/index.html
+++ b/app/data/view/user/index.html
@@ -43,10 +43,11 @@
- 冻结账号
+ 冻结账号
+
- 解冻账号
+ 解冻账号
|