فهرست منبع

去掉批次里面显示人才类型

sandm 1 سال پیش
والد
کامیت
7d1c1a43de
2فایلهای تغییر یافته به همراه11 افزوده شده و 11 حذف شده
  1. 1 1
      app/admin/view/batch/index.html
  2. 10 10
      public/static/modular/system/batch/batch.js

+ 1 - 1
app/admin/view/batch/index.html

@@ -76,7 +76,7 @@
                             </button>
                             {/if}
                         </div>
-                        <table id="BatchTable" class="table-condensed" style="font-size: 10px;table-layout: fixed!important;" data-mobile-responsive="true" data-click-to-select="true">
+                        <table id="BatchTable" class="table-condensed" style="font-size: 14px;table-layout: fixed!important;" data-mobile-responsive="true" data-click-to-select="true">
                             <thead>
                                 <tr>
                                     <th data-field="selectItem" data-checkbox="true"></th>

+ 10 - 10
public/static/modular/system/batch/batch.js

@@ -15,16 +15,16 @@ Batch.initColumn = function () {
     return [
         {field: 'selectItem', radio: true},
         {title: '申报类别', field: 'type', visible: true, align: 'center', valign: 'middle'},
-        {title: '人才类型', field: 'source', visible: true, align: 'center', valign: 'middle',
-            formatter: function (value, row, index) {
-                if (value == 1) {
-                    return "晋江市现代产业体系人才";
-                }
-                if (value == 2) {
-                    return "晋江市集成电路优秀人才";
-                }
-            }
-        },
+        // {title: '人才类型', field: 'source', visible: true, align: 'center', valign: 'middle',
+        //     formatter: function (value, row, index) {
+        //         if (value == 1) {
+        //             return "晋江市现代产业体系人才";
+        //         }
+        //         if (value == 2) {
+        //             return "晋江市集成电路优秀人才";
+        //         }
+        //     }
+        // },
         {title: '申报批次', field: 'batch', visible: true, align: 'center', valign: 'middle'},
         {title: '申报开始时间', field: 'startTime', visible: true, align: 'center', valign: 'middle'},
         {title: '申报截止时间', field: 'endTime', visible: true, align: 'center', valign: 'middle'},