工种名称修改
This commit is contained in:
@@ -267,7 +267,7 @@ export default {
|
||||
display: false,
|
||||
},
|
||||
{
|
||||
label: "零工工种",
|
||||
label: "岗位工种",
|
||||
prop: "worktypeNames",
|
||||
search: false,
|
||||
display: false,
|
||||
|
||||
@@ -417,7 +417,7 @@ export default {
|
||||
// span: 12,
|
||||
},
|
||||
{
|
||||
label: "工种",
|
||||
label: "零工工种",
|
||||
prop: "workSkills",
|
||||
type: "cascader",
|
||||
search: true,
|
||||
|
||||
@@ -549,7 +549,7 @@ export default {
|
||||
span: 12,
|
||||
},
|
||||
{
|
||||
label: "岗位名",
|
||||
label: "岗位工种",
|
||||
prop: "workSkills",
|
||||
type: "cascader",
|
||||
search: true,
|
||||
|
||||
@@ -249,7 +249,7 @@ export default {
|
||||
display: false,
|
||||
},
|
||||
{
|
||||
label: "零工工种",
|
||||
label: "岗位工种",
|
||||
prop: "worktypeNames",
|
||||
search: false,
|
||||
display: false,
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
</el-col>
|
||||
<el-col span="12">
|
||||
<el-form-item>
|
||||
<label slot="label">工 种:</label>
|
||||
<label slot="label">零工工种:</label>
|
||||
{{ model.worktypeNames }} /
|
||||
{{ model.skillNames }}
|
||||
</el-form-item>
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
</el-col>
|
||||
<el-col span="12">
|
||||
<el-form-item>
|
||||
<label slot="label">工 种:</label>
|
||||
<label slot="label">零工工种:</label>
|
||||
{{ model.worktypeNames }}
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
</el-col>
|
||||
<el-col span="12">
|
||||
<el-form-item>
|
||||
<label slot="label">工 种:</label>
|
||||
<label slot="label">岗位工种:</label>
|
||||
{{ model.worktypeNames }} /
|
||||
{{ model.skillNames }}
|
||||
</el-form-item>
|
||||
|
||||
Reference in New Issue
Block a user