Skip to content

Commit

Permalink
fix:选择框宽度
Browse files Browse the repository at this point in the history
  • Loading branch information
HuangJi6 committed Apr 13, 2023
1 parent 6568ccf commit c826f16
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/views/business/application/application.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
height="92%"
:row-config="{isHover: true}"
:data="tableData">
<vxe-column type="checkbox" width="60"></vxe-column>
<vxe-column type="checkbox" width="45"></vxe-column>
<vxe-column type="seq" title="序号" width="60"></vxe-column>
<vxe-column field="shopName" title="店铺名称" width="400"></vxe-column>
<vxe-column field="clientId" title="店铺id" width="400"></vxe-column>
Expand Down
2 changes: 1 addition & 1 deletion src/views/business/container/containerManage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
height="92%"
:row-config="{isHover: true}"
:data="tableData">
<vxe-column type="checkbox" width="60"></vxe-column>
<vxe-column type="checkbox" width="45"></vxe-column>
<vxe-column type="seq" title="序号" width="60"></vxe-column>
<vxe-column field="shopName" title="店铺名称" width="100"></vxe-column>
<vxe-column field="cname" title="中文品名" width="150"></vxe-column>
Expand Down
2 changes: 1 addition & 1 deletion src/views/business/goods/goods.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
:row-config="{isHover: true}"
@cell-click="handleCellClickEvent"
:data="tableData">
<vxe-column type="checkbox" width="60"></vxe-column>
<vxe-column type="checkbox" width="45"></vxe-column>
<vxe-column type="seq" title="序号" width="60"></vxe-column>
<vxe-column field="goodsName" title="商品名称" width="150"></vxe-column>
<vxe-column field="goodsCategory" title="商品类别" width="150"></vxe-column>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
show-overflow
:data="selectionOperateDatasIn"
:edit-config="{trigger: 'click', mode: 'cell', showStatus: true}">
<vxe-column type="checkbox" width="60"></vxe-column>
<vxe-column type="checkbox" width="45"></vxe-column>
<vxe-column type="seq" title="序号" width="60"></vxe-column>
<vxe-column field="shopName" title="店铺名称" width="150"></vxe-column>
<vxe-column field="goodsName" title="中文品名" width="150"></vxe-column>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
show-overflow
:data="selectionOperateDatasIn"
:edit-config="{trigger: 'click', mode: 'cell', showStatus: true}">
<vxe-column type="checkbox" width="60"></vxe-column>
<vxe-column type="checkbox" width="45"></vxe-column>
<vxe-column type="seq" title="序号" width="60"></vxe-column>
<vxe-column field="shopName" title="店铺名称" width="150"></vxe-column>
<vxe-column field="goodsName" title="中文品名" width="150"></vxe-column>
Expand Down
2 changes: 1 addition & 1 deletion src/views/business/outContainer/outContainer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
:row-config="{isHover: true}"
@cell-click="handleCellClickEvent"
:data="tableData">
<vxe-column type="checkbox" width="60"></vxe-column>
<vxe-column type="checkbox" width="45"></vxe-column>
<vxe-column type="seq" title="序号" width="60"></vxe-column>
<vxe-column field="shopName" title="店铺名称" width="100"></vxe-column>
<vxe-column field="shippingMark" title="箱唛" width="120"></vxe-column>
Expand Down
2 changes: 1 addition & 1 deletion src/views/business/packingList/packingList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
:row-config="{isHover: true}"
@cell-click="handleCellClickEvent"
:data="tableData">
<vxe-column type="checkbox" width="60"></vxe-column>
<vxe-column type="checkbox" width="45"></vxe-column>
<vxe-column type="seq" title="序号" width="60"></vxe-column>
<vxe-column field="packingNo" title="箱单号" width="150"></vxe-column>
<vxe-column field="outTime" title="出库时间" width="150"></vxe-column>
Expand Down
2 changes: 1 addition & 1 deletion src/views/business/shopGoods/shopGoods.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
:row-config="{isHover: true}"
@cell-click="handleCellClickEvent"
:data="tableData">
<vxe-column type="checkbox" width="60"></vxe-column>
<vxe-column type="checkbox" width="45"></vxe-column>
<vxe-column type="seq" title="序号" width="60"></vxe-column>
<vxe-column field="shopName" title="店铺名称" width="100"></vxe-column>
<vxe-column field="optimizeStatus" title="优化标识" width="80"></vxe-column>
Expand Down
2 changes: 1 addition & 1 deletion src/views/business/shopGoodsOperate/shopGoodsOperate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
:row-config="{isHover: true}"
@cell-click="handleCellClickEvent"
:data="tableData">
<vxe-column type="checkbox" width="60"></vxe-column>
<vxe-column type="checkbox" width="45"></vxe-column>
<vxe-column type="seq" title="序号" width="60"></vxe-column>
<vxe-column field="shopName" title="店铺名称" width="100"></vxe-column>
<vxe-column field="goodsName" title="商品名称" width="150"></vxe-column>
Expand Down
2 changes: 1 addition & 1 deletion src/views/business/supplier/supplier.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
height="92%"
:row-config="{isHover: true}"
:data="tableData">
<vxe-column type="checkbox" width="60"></vxe-column>
<vxe-column type="checkbox" width="45"></vxe-column>
<vxe-column type="seq" title="序号" width="60"></vxe-column>
<vxe-column field="supName" title="供应商名称" width="200"></vxe-column>
<vxe-column field="linkName" title="联系人" width="150"></vxe-column>
Expand Down
2 changes: 1 addition & 1 deletion src/views/business/supplierGoods/supplierGoods.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
:row-config="{isHover: true}"
@cell-click="handleCellClickEvent"
:data="tableData">
<vxe-column type="checkbox" width="60"></vxe-column>
<vxe-column type="checkbox" width="45"></vxe-column>
<vxe-column type="seq" title="序号" width="60"></vxe-column>
<vxe-column field="supplierName" title="供应商名称" width="120"></vxe-column>
<vxe-column field="goodsName" title="商品名称" width="150"></vxe-column>
Expand Down

0 comments on commit c826f16

Please sign in to comment.