data format [[222333444], [111]] mainly wants to realize the style and specific data adjustment of html 
 
 
<table class="table table-border table-bordered radius">
          <thead class="text-c">
            <tr>
              <th width="10%"></th>
              <th width="10%"></th>
              <th><span class="c-red">*</span>()</th>
              <th><span class="c-red">*</span>()</th>
              <th><span class="c-red">*</span>()</th>
              <th><span class="c-red">*</span></th>
              <th></th>
              <th></th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td></td>
              <td></td>
              <td><input type="text" name="sp_name" value="" class="input-text"></td>
              <td><input type="text" name="sp_name" value="" class="input-text"></td>
              <td><input type="text" name="sp_name" value="" class="input-text"></td>
              <td><input type="text" name="sp_name" value="" class="input-text"></td>
              <td><input type="text" name="sp_name" value="" class="input-text"></td>
              <td><input type="text" name="sp_name" value="" class="input-text"></td>
            </tr>
            <tr>
              <td></td>
              <td></td>
              <td><input type="text" name="sp_name" value="" class="input-text"></td>
              <td><input type="text" name="sp_name" value="" class="input-text"></td>
              <td><input type="text" name="sp_name" value="" class="input-text"></td>
              <td><input type="text" name="sp_name" value="" class="input-text"></td>
              <td><input type="text" name="sp_name" value="" class="input-text"></td>
              <td><input type="text" name="sp_name" value="" class="input-text"></td>
            </tr>
          </tbody>
        </table>thank you!
