This commit is contained in:
zxy
2024-02-27 16:48:45 +08:00
parent b611f94ab0
commit 9ef1e612c3
14 changed files with 171 additions and 219 deletions

View File

@@ -879,8 +879,10 @@ export default {
},
//工种
handleSelectWorkType(item){
console.log('222222')
this.workTypeBtnState = true;
this.obj.worktypeIds = item.id;
console.log(item)
},
//点击行业类型添加按钮
handleIconClick() {

View File

@@ -112,6 +112,7 @@ import { mapGetters } from "vuex";
import { dateFormat } from "@/util/date";
import { getTemplate } from "@/api/resource/template";
import saveButton from "./saveButton";
import { missionState } from "@/common/dic";
export default {
components: {
@@ -262,7 +263,14 @@ export default {
display: false,
width: 110,
},
{
label: "状态",
prop: "status",
// slot: true,
dicData: missionState,
display: false,
// width: 200,
},
{
label: "提示",
prop: "toStart",
@@ -270,6 +278,7 @@ export default {
display: false,
width: 200,
},
],
};
},