fat:合并

This commit is contained in:
Apcallover
2024-04-25 17:03:10 +08:00
48 changed files with 89 additions and 89 deletions

View File

@@ -128,7 +128,7 @@ let rightPostOptions = {
label: '岗位名称',
prop: 'jobName',
}, {
label: '企业名称',
label: '用工单位',
prop: 'companyName',
}, {
label: '岗位描述',

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",
},
{
@@ -578,12 +578,12 @@ export default {
arrow: false,
column: [
{
label: "企业名称",
label: "用工单位",
prop: "missionCompanyName",
rules: [
{
required: true,
message: "请输入企业名称",
message: "请输入用工单位",
trigger: "blur",
},
],

View File

@@ -7,7 +7,7 @@
:before-close="drawerClose"
class="createOrderTable">
<div class="taskInformation">
<p><label>任务名称{{selectTaskInfo.missionTitle | ellipsis }}</label><label>任务编号{{selectTaskInfo.missionNo}}</label><label>录用登记<font style="color:#409eff">{{selectionList.length == 0 ? 1 :selectionList.length}} </font> </label></p>
<p><label>零工岗位名称{{selectTaskInfo.missionTitle | ellipsis }}</label><label>任务编号{{selectTaskInfo.missionNo}}</label><label>录用登记<font style="color:#409eff">{{selectionList.length == 0 ? 1 :selectionList.length}} </font> </label></p>
</div>
<div class="create-order-box">
<div class="create-order-bill">

View File

@@ -166,7 +166,7 @@ export default {
dialogClickModal: false,
column: [
{
label: "任务名称",
label: "零工岗位名称",
prop: "missionTitle",
display: false,
slot: true,

View File

@@ -193,7 +193,7 @@ export default {
dialogClickModal: false,
// column: [
// {
// label: "任务名称",
// label: "零工岗位名称",
// prop: "missionTitle",
// display: false,
// slot: true,
@@ -256,7 +256,7 @@ export default {
// ],
column: [
{
label: "任务名称",
label: "零工岗位名称",
prop: "missionTitle",
display: false,
slot: true,

View File

@@ -189,7 +189,7 @@ export default {
dialogClickModal: false,
// column: [
// {
// label: "任务名称",
// label: "零工岗位名称",
// prop: "missionTitle",
// display: false,
// slot: true,
@@ -235,7 +235,7 @@ export default {
// ],
column: [
{
label: "任务名称",
label: "零工岗位名称",
prop: "missionTitle",
display: false,
slot: true,

View File

@@ -231,14 +231,14 @@ export default {
dialogClickModal: false,
column: [
{
label: "企业名称",
label: "用工单位",
prop: "missionCompanyName",
display: false,
fixed: true,
width: 120,
},
{
label: "岗位名称",
label: "零工岗位名称",
prop: "missionTitle",
display: false,
fixed: true,

View File

@@ -706,12 +706,12 @@ export default {
arrow: false,
column: [
{
label: "企业名称",
label: "用工单位",
prop: "jobCompanyName",
rules: [
{
required: true,
message: "请输入企业名称",
message: "请输入用工单位",
trigger: "blur",
},
],

View File

@@ -224,7 +224,7 @@ export default {
dialogClickModal: false,
column: [
{
label: "企业名称",
label: "用工单位",
prop: "jobCompanyName",
display: false,
fixed: true,