bianjunhui пре 3 часа
родитељ
комит
f404e11b99
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      public/assets/js/backend/functional/deal.js

+ 1 - 0
public/assets/js/backend/functional/deal.js

@@ -31,6 +31,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
                         {checkbox: true},
                         {field: 'id', title: __('Id')},
                         {field: 'name', title: __('名称'), operate: 'LIKE'},
+                        {field: 'location', title: __('位置'), operate: 'LIKE'},
                         {field: 'product_ids', title: __('适用产品'), operate: false},
                         {field: 'url', title: __('Url'), operate: 'LIKE', formatter: Table.api.formatter.url},
                         {field: 'image', title: __('PC端图片'), operate: false, events: Table.api.events.image, formatter: Table.api.formatter.image},