Browse Source

Merge branch 'DuGuYang' into develop

lcl 2 years ago
parent
commit
1c1acf8de0
1 changed files with 2 additions and 1 deletions
  1. 2 1
      wwwroot/layuiadmin/modules_operate/AmountRecord_Admin.js

+ 2 - 1
wwwroot/layuiadmin/modules_operate/AmountRecord_Admin.js

@@ -94,7 +94,8 @@ layui.config({
             , { field: 'OpCode', width: 105, title: '运营中心编号', sort: true }
             , { field: 'MakerCode', width: 105, title: '创客编号', sort: true }
             , { field: 'MakerName', width: 105, title: '创客姓名', sort: true }
-            , { field: 'SeoDescription', width: 100, title: '备注', sort: true }
+            , { field: 'SeoKeyword', width: 100, title: '备注', sort: true }
+            , { field: 'SeoDescription', width: 100, title: '描述', sort: true }
             , { field: 'UseAmount', width: 110, title: '交易金额', sort: true }
             , { field: 'BeforeAmount', width: 130, title: '交易前总金额', sort: true }
             , { field: 'AfterAmount', width: 130, title: '交易后总金额', sort: true }