任务统一改成岗位
This commit is contained in:
@@ -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",
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user