|
@@ -78,6 +78,7 @@
|
|
|
<tr>
|
|
|
<td><label onClick="swapCheck()"><input name="checkbox" type="checkbox" class="regular-checkbox"></label></td>
|
|
|
<td>店铺类型</td>
|
|
|
+<td>平台类型</td>
|
|
|
<td>店铺名称</td>
|
|
|
<td>编码前缀</td>
|
|
|
<td>到帐金额比</td>
|
|
@@ -108,15 +109,16 @@ $(".data tr").each(function() {
|
|
|
$(this).find('td:eq(0)').css("width","1%");
|
|
|
$(this).find('td:eq(1)').css("width","6%");
|
|
|
$(this).find('td:eq(2)').css("width","6%");
|
|
|
- $(this).find('td:eq(3)').css("width","6%");
|
|
|
+ $(this).find('td:eq(3)').css("width","12%");
|
|
|
$(this).find('td:eq(4)').css("width","6%");
|
|
|
$(this).find('td:eq(5)').css("width","6%");
|
|
|
- $(this).find('td:eq(6)').css("width","12%");
|
|
|
- $(this).find('td:eq(7)').css("width","6%");
|
|
|
+ $(this).find('td:eq(6)').css("width","6%");
|
|
|
+ $(this).find('td:eq(7)').css("width","12%");
|
|
|
$(this).find('td:eq(8)').css("width","6%");
|
|
|
$(this).find('td:eq(9)').css("width","6%");
|
|
|
$(this).find('td:eq(10)').css("width","6%");
|
|
|
- $(this).find('td:eq(11)').css("width","30%");
|
|
|
+ $(this).find('td:eq(11)').css("width","6%");
|
|
|
+ $(this).find('td:eq(12)').css("width","30%");
|
|
|
|
|
|
|
|
|
// $(this).find('td:eq(11)').css("width","5%");
|