入股甲方公司新增目标数
This commit is contained in:
parent
943a7224e0
commit
f91a4f520b
@ -194,6 +194,7 @@ const formData = reactive({
|
||||
check_status: 1,
|
||||
remark: "",
|
||||
});
|
||||
|
||||
// 表单验证
|
||||
const formRules = reactive<any>({
|
||||
check_status: [
|
||||
|
@ -263,7 +263,11 @@ if (route.query.id) {
|
||||
}
|
||||
|
||||
// 显示目标数的任务类型
|
||||
const showTargetTypeList = ["village_task_type_1", "village_task_type_4"];
|
||||
const showTargetTypeList = [
|
||||
"village_task_type_1",
|
||||
"village_task_type_4",
|
||||
"village_task_type_5"
|
||||
];
|
||||
const showTarget = computed(() => {
|
||||
let flag = false;
|
||||
if (showTargetTypeList.includes(formData.type_value)) flag = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user