Browse Source

修改加分项选择

sandm 1 năm trước cách đây
mục cha
commit
1b5a6591fe
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      resources/views/admin/recruit/index.blade.php

+ 1 - 1
resources/views/admin/recruit/index.blade.php

@@ -102,7 +102,7 @@
                 '              <td  style="padding:8px 15px;"><input type="text"  name="postname[]" value="' + post[c].name + '" class="form-control postname"   style="width:400px;"  maxlength="80" ><\/td>' +
                 '              <td  style="padding:8px 15px;"><input type="text"  name="postnumber[]" value="' + post[c].number + '" class="form-control postnumber"   style="width:100px;"  maxlength="80" ><\/td>' +
                 '              <td  style="padding:8px 15px;"><input type="text" id="post_' + post[c].id + '"  name="postlimit[]" value="" class="form-control limit"   style="width:400px;" ><\/td>' +
-                '              <td  style="padding:8px 15px;"><input type="text" id="post_' + post[c].id + '"  name="postspecial[]" value="" class="form-control special"   style="width:400px;" ><\/td>'
+                '              <td  style="padding:8px 15px;"><input type="text" id="post_' + post[c].id + '"  name="postspecial[]" value="' + post[c].special + '" class="form-control special"   style="width:400px;" ><\/td>'
             ;
             job_base += '                    <\/select>' +
                 '              <\/td>' +