浏览代码

茶宝金额

afa 4 月之前
父节点
当前提交
2bc5e4fa75

+ 2 - 1
application/admin/controller/product/Lists.php

@@ -23,7 +23,8 @@ class Lists extends Backend
     protected $model = null;
     protected $productArea = null;
     protected $areaCode = null;
-
+    
+    protected $relationSearch = true;
     public function _initialize()
     {
         parent::_initialize();

+ 1 - 0
public/assets/js/backend/offline/rwa_exchange_record.js

@@ -51,6 +51,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
                             }},
                         {field: 'tx_hash_usdt', title: __('Tx_hash_Usdt'), operate: 'LIKE'},
                         {field: 'from_address_usdt', title: __('From_address_usdt'), operate: 'LIKE'},
+                        {field: 'amount_chabao', title: __('茶宝金额'), operate: false},
                         {field: 'amount_usdt', title: __('Amount_usdt'), operate:false},
                         {field: 'token_name', title: __('Symbol'), operate: 'LIKE'},
                         {field: 'tx_hash_token', title: __('Tx_hash_token'), operate: 'LIKE'},

+ 1 - 1
public/assets/js/backend/product/lists.js

@@ -28,7 +28,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'area',  ], function
                 columns: [
                     [
                         { checkbox: true },
-                        { field: 'id', title: __('Id') },
+                        { field: 'id', title: __('Id') , operate: false },
                         { field: 'products.zh_title', title: __('Type_id'), operate: false },
                         {
                             field: 'zh_name', title: __('Zh_name'), operate: false,