Ver Fonte

人工已退商户列表字样调整

DuGuYang há 3 anos atrás
pai
commit
99a1c73e31

+ 1 - 1
Areas/Admin/Views/MainServer/PosMerchantInfoList/Indexrg.cshtml

@@ -93,7 +93,7 @@
                         }
                     </div>
                     <blockquote class="layui-elem-quote layui-text">
-                        服务费总金额:<span style="color: #f00;" id="ReturnAmount">0.00</span> | 达标奖总金额:<span style="color: #f00;" id="ReturnAmounts">0.00</span>
+                        服务费总金额:<span style="color: #f00;" id="ReturnAmount">0.00</span> | 退还总金额:<span style="color: #f00;" id="ReturnAmounts">0.00</span>
                     </blockquote>
                 </div>
             </div>

+ 1 - 1
wwwroot/layuiadmin/modules_main/PosMerchantInforgList_Admin.js

@@ -127,7 +127,7 @@ layui.config({
             , { field: 'SeoKeyword', width: 220, title: '服务费', sort: true }
             , { field: 'KqRegTime', width: 220, title: '导入退还时间', sort: true }
             // , { field: 'PrizeParams', width: 220, title: '设置押金', sort: true }
-            , { field: 'Remark', width: 220, title: '达标奖', sort: true }
+            , { field: 'Remark', width: 220, title: '退还金额', sort: true }
         ]]
         , where: {
         }