Your Name 7 months ago
parent
commit
2540863e2d

+ 6
- 0
application/admin/controller/ZczsPosition.php View File

@@ -158,6 +158,12 @@ class ZczsPosition extends Base
158 158
 /*            $less = ['初级','中级','高级'];
159 159
             $v['type_name'] = $less[(int)$v['type']];*/
160 160
 
161
+
162
+
163
+
164
+            $less_name = ['无','中专','高技','大专','本科','硕士','博士'];
165
+            $v['xl_name'] = $less_name[(int)$v['bdxl']];
166
+
161 167
             if((int)$v['type'] == 0){
162 168
 
163 169
             }else{

+ 7
- 0
application/admin/template/zczs_position/index.htm View File

@@ -99,6 +99,10 @@
99 99
                                 <div class="tl text-l10" style="width: 100%">证书名称</div>
100 100
                             </th>
101 101
 
102
+                            <th abbr="article_title" axis="col3" class="w100">
103
+                                <div class="tc">绑定学历</div>
104
+                            </th>
105
+
102 106
                             <th abbr="article_title" axis="col3" class="w100">
103 107
                                 <div class="tc">证书级别</div>
104 108
                             </th>
@@ -159,6 +163,9 @@
159 163
                                         {/eq}
160 164
                                     </div>
161 165
                                 </td>
166
+                                <td>
167
+                                    <div class="tc w100"> {$vo.xl_name} </div>
168
+                                </td>
162 169
                                 <td>
163 170
                                     <div class="tc w100"> {$vo.type_name} </div>
164 171
                                 </td>

Loading…
Cancel
Save