diff --git a/src/views/wms/bom/index.vue b/src/views/wms/bom/index.vue index e892c61..3482c4a 100644 --- a/src/views/wms/bom/index.vue +++ b/src/views/wms/bom/index.vue @@ -63,7 +63,9 @@ - + + + @@ -263,6 +265,10 @@ export default { this.getList(); }, methods: { + // 生成表头序号 + indexMethod(index){ + return index+1 ; + }, /** 查询BOM管理 列表 */ getList() { this.loading = true; diff --git a/src/views/wms/customer/index.vue b/src/views/wms/customer/index.vue index 2cab135..cfb3309 100644 --- a/src/views/wms/customer/index.vue +++ b/src/views/wms/customer/index.vue @@ -72,7 +72,7 @@ - + diff --git a/src/views/wms/equipment/index.vue b/src/views/wms/equipment/index.vue index fa9849b..2ad62fb 100644 --- a/src/views/wms/equipment/index.vue +++ b/src/views/wms/equipment/index.vue @@ -85,7 +85,8 @@ width="90" align="center" :index="indexMethod" - label="序号"> + label="序号" + >