diff --git a/ant-design-vue-jeecg/src/views/erp/tool/ZyToolListRef.vue b/ant-design-vue-jeecg/src/views/erp/tool/ZyToolListRef.vue index e1fdaddf..025cfe6c 100644 --- a/ant-design-vue-jeecg/src/views/erp/tool/ZyToolListRef.vue +++ b/ant-design-vue-jeecg/src/views/erp/tool/ZyToolListRef.vue @@ -1,276 +1,276 @@ - + + + - - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ant-design-vue-jeecg/src/views/team/GroupxMemberList.vue b/ant-design-vue-jeecg/src/views/team/GroupxMemberList.vue index 2ce52a4b..455a13e8 100644 --- a/ant-design-vue-jeecg/src/views/team/GroupxMemberList.vue +++ b/ant-design-vue-jeecg/src/views/team/GroupxMemberList.vue @@ -60,6 +60,7 @@ export default { }, data() { return { + // biaoTi: '', description: '班组成员表管理管理页面', // 表头 columns: [ @@ -89,7 +90,7 @@ export default { dataIndex: 'workNo' }, { - title: '成员名称', + title: '成员姓名', align: "center", dataIndex: 'userId' }, @@ -144,8 +145,8 @@ export default { this.groupxId = this.$route.query.groupxId; this.groupName = this.$route.query.groupName; this.departName = this.$route.query.departName; - // this.biaoTi = this.$route.query.styleNames+"款式面料管理"; - console.log("*******departName:" + this.departName) + // this.biaoTi = this.departName + "车间" + "工位管理"; + // console.log("*******departName:" + this.departName) this.loadRouteType = true; } }, diff --git a/ant-design-vue-jeecg/src/views/team/StationList.vue b/ant-design-vue-jeecg/src/views/team/StationList.vue index e2b50faa..0946155e 100644 --- a/ant-design-vue-jeecg/src/views/team/StationList.vue +++ b/ant-design-vue-jeecg/src/views/team/StationList.vue @@ -116,9 +116,9 @@ 删除 - 升序 + 前移 - 降序 + 后移 @@ -244,6 +244,7 @@ export default { 'stationId': record.id, 'stationName': record.stationName, 'stationNum': record.stationNum, + 'departName': record.departName, }, }); }, @@ -254,6 +255,7 @@ export default { 'stationId': record.id, 'stationName': record.stationName, 'stationNum': record.stationNum, + 'departName': record.departName, }, }); }, diff --git a/ant-design-vue-jeecg/src/views/team/StationMachineList.vue b/ant-design-vue-jeecg/src/views/team/StationMachineList.vue index ed14de28..c2e9d88b 100644 --- a/ant-design-vue-jeecg/src/views/team/StationMachineList.vue +++ b/ant-design-vue-jeecg/src/views/team/StationMachineList.vue @@ -1,56 +1,11 @@