fix 80820
This commit is contained in:
@@ -26,13 +26,13 @@
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<template v-if="toggleSearchStatus">
|
||||
<!--责任部门-->
|
||||
<!--设计工程师-->
|
||||
<a-col :md="6" :sm="8">
|
||||
<a-form-item :label="$t('projectLibrary.vehicleItemLibrary.responsibleDepartment')"
|
||||
<a-form-item :label="$t('workCenter.standardConsultationProcess.designEngineer')"
|
||||
:labelCol="{span: 6}"
|
||||
:wrapperCol="{span: 14}">
|
||||
<a-input :placeholder="$t('pleaseEnter') + $t('projectLibrary.vehicleItemLibrary.responsibleDepartment')"
|
||||
v-model="queryParam.departmentId" />
|
||||
<a-input :placeholder="$t('pleaseEnter') + $t('workCenter.standardConsultationProcess.designEngineer')"
|
||||
v-model="queryParam.engineerName" />
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<!--整改状态-->
|
||||
@@ -345,9 +345,11 @@ export default {
|
||||
|
||||
<style scoped lang="less">
|
||||
@import '~@assets/less/common.less';
|
||||
|
||||
.warning-text {
|
||||
color: #ffc100;
|
||||
}
|
||||
|
||||
.exceeded-text {
|
||||
color: #d9001b;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user