任务统一改成岗位

This commit is contained in:
18500206848
2024-04-23 22:51:03 +08:00
parent f9532b4df6
commit 857b898612
28 changed files with 56 additions and 56 deletions

View File

@@ -293,7 +293,7 @@ export default {
if (flagValue) {
callback();
} else {
callback(new Error('任务名称不能输入特殊字符'));
callback(new Error('零工岗位名称不能输入特殊字符'));
}
@@ -308,7 +308,7 @@ export default {
arrow: false,
column: [
{
label: "任务名称",
label: "零工岗位名称",
prop: "missionTitle",
search: true,
span: 24,
@@ -316,7 +316,7 @@ export default {
{
required: true,
whitespace: true,
message: "请输入任务名称",
message: "请输入零工岗位名称",
trigger: "blur",
},
{