|
|
@ -550,13 +550,19 @@ |
|
|
</el-col> |
|
|
</el-col> |
|
|
<el-col :span="4"> |
|
|
<el-col :span="4"> |
|
|
<el-form-item prop="qcEngineerName"> |
|
|
<el-form-item prop="qcEngineerName"> |
|
|
<span slot="label" class="big-label"><a herf="#" @click="getBaseList(3001)">QC</a></span> |
|
|
|
|
|
|
|
|
<span slot="label" class="big-label"> |
|
|
|
|
|
<span v-if="isAlphaOrAntennaBu" class="required-star">*</span> |
|
|
|
|
|
<a herf="#" @click="getBaseList(3001)">QC</a> |
|
|
|
|
|
</span> |
|
|
<el-input v-model="modalData.qcEngineerName" disabled class="project-modal-input"></el-input> |
|
|
<el-input v-model="modalData.qcEngineerName" disabled class="project-modal-input"></el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
<el-col :span="4"> |
|
|
<el-col :span="4"> |
|
|
<el-form-item prop="peEngineerName"> |
|
|
<el-form-item prop="peEngineerName"> |
|
|
<span slot="label" class="big-label"><a herf="#" @click="getBaseList(3002)">PE</a></span> |
|
|
|
|
|
|
|
|
<span slot="label" class="big-label"> |
|
|
|
|
|
<span v-if="isAlphaOrAntennaBu" class="required-star">*</span> |
|
|
|
|
|
<a herf="#" @click="getBaseList(3002)">PE</a> |
|
|
|
|
|
</span> |
|
|
<el-input v-model="modalData.peEngineerName" disabled class="project-modal-input"></el-input> |
|
|
<el-input v-model="modalData.peEngineerName" disabled class="project-modal-input"></el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
@ -4993,6 +4999,11 @@ import {updateColumnSize} from "../../../api/table"; |
|
|
white-space: nowrap; |
|
|
white-space: nowrap; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.required-star { |
|
|
|
|
|
color: #f56c6c; |
|
|
|
|
|
margin-right: 2px; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
.big-label a { |
|
|
.big-label a { |
|
|
color: #1d9a8a; |
|
|
color: #1d9a8a; |
|
|
text-decoration: none; |
|
|
text-decoration: none; |
|
|
|