zxhxx преди 3 години
родител
ревизия
2f5d8a4da5
променени са 1 файла, в които са добавени 8 реда и са изтрити 1 реда
  1. 8 1
      app/admin/view/system/system_store/index.php

+ 8 - 1
app/admin/view/system/system_store/index.php

@@ -59,6 +59,13 @@
                     <script type="text/html" id="address">
                         {{d.address}} {{d.detailed_address}}
                     </script>
+                    <script type="text/html" id="level">
+                        {{# if(d.level==3){ }}
+                        美容院
+                        {{# }else{ }}
+                        美容院B
+                        {{# } }}
+                    </script>
                     <script type="text/html" id="checkboxstatus">
                         <input type='checkbox' name='id' lay-skin='switch' value="{{d.id}}" lay-filter='is_show'
                                lay-text='显示|隐藏' {{ d.is_show== 1 ? 'checked' : '' }}>
@@ -93,7 +100,7 @@
             {field: 'phone', title: '门店电话', width: '10%'},
             {field: 'address', title: '地址', templet: '#address'},
             {field: 'day_time', title: '营业时间', width: '15%'},
-            // {field: 'valid_time', title: '核销有效日期', width: '11%'},
+            {field: 'level', title: '申请等级',templet: '#address', width: '10%'},
             {field: 'status', title: '是否显示', templet: "#checkboxstatus", width: '8%'},
             {field: 'right', title: '操作', align: 'center', toolbar: '#act', width: '14%'},
         ];