Explorar o código

修改加分项选择

sandm hai 1 ano
pai
achega
1b5a6591fe
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>' +