diff --git a/src/main/resources/static/route/shop/list.html b/src/main/resources/static/route/shop/list.html
index e4e279c..1956bd6 100644
--- a/src/main/resources/static/route/shop/list.html
+++ b/src/main/resources/static/route/shop/list.html
@@ -33,10 +33,13 @@
@@ -80,7 +83,7 @@
[
{type:'checkbox', fixed: 'left'},
{field:'rowNum', width:80, title: '序号', fixed: 'left', align:'center', templet: '{{d.LAY_INDEX}}'},
- {field:'cz', width:220, title: '操作', align:'center', toolbar: '#barDemo'},
+ {field:'cz', width:220, title: '操作', align:'center', toolbar: '#barDemo', fixed: 'right'},
{field: 'shopLogo', width: 180, title: '店铺LOGO', align:'center',
templet: function(row) {
var rowData = row[this.field];
diff --git a/src/main/resources/static/route/shop/show.html b/src/main/resources/static/route/shop/show.html
index 2bb3c72..f7ee4c8 100644
--- a/src/main/resources/static/route/shop/show.html
+++ b/src/main/resources/static/route/shop/show.html
@@ -22,7 +22,7 @@