瀏覽代碼

修改加分项选择

sandm 1 年之前
父節點
當前提交
1b5a6591fe
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>' +