diff --git a/src/common/dic.js b/src/common/dic.js index deac88d..c35ae01 100644 --- a/src/common/dic.js +++ b/src/common/dic.js @@ -181,13 +181,14 @@ export const insureState = [ ]; export const wageUnitCategoryState = [ - { value: 0, label: "元/人·次", disable: true }, { value: 1, label: "元/人·时", disable: false }, { value: 2, label: "元/人·天", disable: false }, - { value: 3, label: "元/人·周", disable: true }, - { value: 4, label: "元/人·月", disable: true }, - { value: 5, label: "元/人·个", disable: true }, - { value: 6, label: "元/人·件", disable: true }, + { value: 3, label: "元/人·月", disable: true }, + { value: 4, label: "其他", disable: true }, + // { value: 0, label: "元/人·次", disable: true }, + // { value: 4, label: "元/人·周", disable: true }, + // { value: 5, label: "元/人·个", disable: true }, + // { value: 6, label: "元/人·件", disable: true }, ]; export const wageOptionsMonth = [ diff --git a/src/views/manage/works/index.vue b/src/views/manage/works/index.vue index 8dd0695..3e0272a 100644 --- a/src/views/manage/works/index.vue +++ b/src/views/manage/works/index.vue @@ -258,6 +258,14 @@ export default { searchSpan: 5, display: false, }, + { + label: "工资单位", + prop: "wageUnitCategory", + search: false, + dicData: wageUnitCategoryState, + searchSpan: 5, + display: false, + }, { label: "零工工种", prop: "worktypeNames", diff --git a/src/views/tenant/mission/Dialog/CopyMission.vue b/src/views/tenant/mission/Dialog/CopyMission.vue index 92bcaca..3fca085 100644 --- a/src/views/tenant/mission/Dialog/CopyMission.vue +++ b/src/views/tenant/mission/Dialog/CopyMission.vue @@ -50,6 +50,13 @@ :type="type" > +