diff --git a/ant-design-vue-jeecg/src/views/process/ZyClothsModularList.vue b/ant-design-vue-jeecg/src/views/process/ZyClothsModularList.vue index f0c2537b..cafcb9e0 100644 --- a/ant-design-vue-jeecg/src/views/process/ZyClothsModularList.vue +++ b/ant-design-vue-jeecg/src/views/process/ZyClothsModularList.vue @@ -263,8 +263,8 @@ fieldList.push({type: 'string', value: 'pictureUrl', text: '图片', dictCode: ''}) this.superFieldList = fieldList }, - handleDetail(){ - this.$refs.ZyClothsModularListDetail.showModal() + handleDetail(record){ + this.$refs.ZyClothsModularListDetail.showModal(record) } } } diff --git a/ant-design-vue-jeecg/src/views/process/modules/ZyClothsModularListDetail.vue b/ant-design-vue-jeecg/src/views/process/modules/ZyClothsModularListDetail.vue index 1116d0eb..552150a1 100644 --- a/ant-design-vue-jeecg/src/views/process/modules/ZyClothsModularListDetail.vue +++ b/ant-design-vue-jeecg/src/views/process/modules/ZyClothsModularListDetail.vue @@ -7,24 +7,127 @@ :width='1000' @ok="handleOk" @cancel="handleCancel"> +
制衣模块详情
模块部件详情
+模块工序详情
+