fix 80260
This commit is contained in:
@@ -102,6 +102,7 @@
|
|||||||
:pagination="ipagination"
|
:pagination="ipagination"
|
||||||
:scroll="{x: '100%', y: yScrollHeight}"
|
:scroll="{x: '100%', y: yScrollHeight}"
|
||||||
:operation-list="operationList"
|
:operation-list="operationList"
|
||||||
|
:loading="loading"
|
||||||
@operationClick="operationClick"
|
@operationClick="operationClick"
|
||||||
@change="handleTableChange">
|
@change="handleTableChange">
|
||||||
|
|
||||||
@@ -188,12 +189,6 @@ export default {
|
|||||||
width: 150,
|
width: 150,
|
||||||
dataIndex: 'termName'
|
dataIndex: 'termName'
|
||||||
},
|
},
|
||||||
// 责任部门
|
|
||||||
{
|
|
||||||
dataIndex: 'departmentId_dictText',
|
|
||||||
title: this.$t('projectLibrary.vehicleItemLibrary.responsibleDepartment'),
|
|
||||||
width: 120
|
|
||||||
},
|
|
||||||
// 设计工程师
|
// 设计工程师
|
||||||
{
|
{
|
||||||
dataIndex: 'engineerId_dictText',
|
dataIndex: 'engineerId_dictText',
|
||||||
|
|||||||
@@ -49,10 +49,6 @@
|
|||||||
:maxLength="50"
|
:maxLength="50"
|
||||||
:placeholder="$t('pleaseEnter') + $t('docTool.split.clauseName')" />
|
:placeholder="$t('pleaseEnter') + $t('docTool.split.clauseName')" />
|
||||||
</a-form-item>
|
</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')">
|
<a-form-item :labelCol="labelCol" :wrapperCol="wrapperCol" :label="$t('workCenter.standardConsultationProcess.designEngineer')">
|
||||||
<user-selection :placeholder="$t('pleaseSelect') + $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') }],
|
rules: [{ required: true, message: this.$t('pleaseEnter') + this.$t('docTool.split.clauseName') }],
|
||||||
validateTrigger: 'blur'
|
validateTrigger: 'blur'
|
||||||
},
|
},
|
||||||
// 责任部门
|
|
||||||
departmentId: {
|
|
||||||
rules: [{
|
|
||||||
required: true,
|
|
||||||
message: this.$t('pleaseSelect') + this.$t('projectLibrary.vehicleItemLibrary.responsibleDepartment')
|
|
||||||
}],
|
|
||||||
validateTrigger: 'change'
|
|
||||||
},
|
|
||||||
// 设计工程师
|
// 设计工程师
|
||||||
engineerId: {
|
engineerId: {
|
||||||
rules: [{
|
rules: [{
|
||||||
@@ -256,4 +244,4 @@ export default {
|
|||||||
|
|
||||||
<style scoped lang="less">
|
<style scoped lang="less">
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user