update 未符合项
This commit is contained in:
@@ -140,7 +140,7 @@ export default {
|
||||
columns: [
|
||||
// 工作令编号
|
||||
{
|
||||
dataIndex: '',
|
||||
dataIndex: 'projectId_dictText',
|
||||
title: this.$t('projectLibrary.workOrderNumber'),
|
||||
width: 150
|
||||
},
|
||||
@@ -160,7 +160,7 @@ export default {
|
||||
},
|
||||
// 标准名称
|
||||
{
|
||||
dataIndex: '',
|
||||
dataIndex: 'standardName',
|
||||
title: this.$t('standardName'),
|
||||
width: 150,
|
||||
scopedSlots: { customRender: 'detail' }
|
||||
@@ -177,13 +177,6 @@ export default {
|
||||
width: 150,
|
||||
dataIndex: 'termName'
|
||||
},
|
||||
|
||||
// 项目来源
|
||||
{
|
||||
dataIndex: '',
|
||||
title: this.$t('projectLibrary.vehicleItemLibrary.projectSource'),
|
||||
width: 120
|
||||
},
|
||||
// 责任部门
|
||||
{
|
||||
dataIndex: 'departmentId_dictText',
|
||||
@@ -192,7 +185,7 @@ export default {
|
||||
},
|
||||
// 设计工程师
|
||||
{
|
||||
dataIndex: 'engineerName',
|
||||
dataIndex: 'engineerId_dictText',
|
||||
title: this.$t('workCenter.standardConsultationProcess.designEngineer'),
|
||||
width: 120
|
||||
},
|
||||
|
||||
@@ -54,7 +54,7 @@
|
||||
<!--设计工程师-->
|
||||
<a-form-item :labelCol="labelCol" :wrapperCol="wrapperCol" :label="$t('workCenter.standardConsultationProcess.designEngineer')">
|
||||
<user-selection :placeholder="$t('pleaseSelect') + $t('workCenter.standardConsultationProcess.designEngineer')"
|
||||
v-decorator="['departmentId', validatorRules.departmentId]"
|
||||
v-decorator="['engineerId', validatorRules.engineerId]"
|
||||
:nameStr="model.engineerName"
|
||||
type="radio" />
|
||||
</a-form-item>
|
||||
@@ -158,7 +158,7 @@ export default {
|
||||
engineerId: {
|
||||
rules: [{
|
||||
required: true,
|
||||
message: this.$t('pleaseSelect') + this.$t('projectLibrary.vehicleItemLibrary.responsibleDepartment')
|
||||
message: this.$t('pleaseSelect') + this.$t('workCenter.standardConsultationProcess.designEngineer')
|
||||
}],
|
||||
validateTrigger: 'change'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user