fix 80260

This commit is contained in:
赵霄
2024-01-10 16:15:30 +08:00
parent d3c3a42eef
commit 9a118da242
2 changed files with 2 additions and 19 deletions
@@ -102,6 +102,7 @@
:pagination="ipagination"
:scroll="{x: '100%', y: yScrollHeight}"
:operation-list="operationList"
:loading="loading"
@operationClick="operationClick"
@change="handleTableChange">
@@ -188,12 +189,6 @@ export default {
width: 150,
dataIndex: 'termName'
},
// 责任部门
{
dataIndex: 'departmentId_dictText',
title: this.$t('projectLibrary.vehicleItemLibrary.responsibleDepartment'),
width: 120
},
// 设计工程师
{
dataIndex: 'engineerId_dictText',
@@ -49,10 +49,6 @@
:maxLength="50"
:placeholder="$t('pleaseEnter') + $t('docTool.split.clauseName')" />
</a-form-item>
<!--责任部门 -->
<a-form-item :labelCol="labelCol" :wrapperCol="wrapperCol" :label="$t('projectLibrary.vehicleItemLibrary.responsibleDepartment')">
<j-select-depart v-decorator="['departmentId', validatorRules.departmentId]" :backDepart="true" />
</a-form-item>
<!--设计工程师-->
<a-form-item :labelCol="labelCol" :wrapperCol="wrapperCol" :label="$t('workCenter.standardConsultationProcess.designEngineer')">
<user-selection :placeholder="$t('pleaseSelect') + $t('workCenter.standardConsultationProcess.designEngineer')"
@@ -148,14 +144,6 @@ export default {
rules: [{ required: true, message: this.$t('pleaseEnter') + this.$t('docTool.split.clauseName') }],
validateTrigger: 'blur'
},
// 责任部门
departmentId: {
rules: [{
required: true,
message: this.$t('pleaseSelect') + this.$t('projectLibrary.vehicleItemLibrary.responsibleDepartment')
}],
validateTrigger: 'change'
},
// 设计工程师
engineerId: {
rules: [{
@@ -256,4 +244,4 @@ export default {
<style scoped lang="less">
</style>
</style>