瀏覽代碼

admin refill order list update th

ayHaru 4 年之前
父節點
當前提交
267293dfd1
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 2 2
      admin/templates/default/refill.order.index.php
  2. 1 1
      data/config/xyz/refill.ini.php

+ 2 - 2
admin/templates/default/refill.order.index.php

@@ -222,8 +222,8 @@
             <th class="align-center">商家单号</th>
             <th class="align-center">渠道单号</th>
             <th class="align-center">渠道名称</th>
-            <th class="align-center">queue</th>
-            <th class="align-center">org_que</th>
+            <th class="align-center">质量</th>
+            <th class="align-center">初始质量</th>
             <th class="align-center">扣款金额</th>
             <th class="align-center"><?php echo $lang['nc_handle']; ?></th>
         </tr>

+ 1 - 1
data/config/xyz/refill.ini.php

@@ -411,6 +411,6 @@ $phone_providers = [
     ['name' => 'tonglu', 'cfg' => $tonglu_phone],
     ['name' => 'xc', 'cfg' => $xc_phone],
     ['name' => 'xunyin', 'cfg' => $xunyin_phone],
-    ['name' => 'wantong', 'cfg' => $wantong_phone]
+//    ['name' => 'wantong', 'cfg' => $wantong_phone]
 ];
 $config['phone_providers'] = $phone_providers;