bug 78324

This commit is contained in:
赵霄
2023-11-10 19:23:11 +08:00
parent 6b5e58447c
commit 97725cf090
2 changed files with 13 additions and 2 deletions
@@ -20,6 +20,7 @@
@nameChange="handleStandardNumberChange"
:select-only="true"
:can-selected-source="[StandardSource.DOMESTIC.value, StandardSource.ENTERPRISE.value]"
class="readonly-input"
v-decorator="['serialNumber', validatorRules.serialNumber]" />
</a-form-item>
<!--标准名称-->
@@ -210,4 +211,10 @@ export default {
flex: 1;
width: 0;
}
.readonly-input {
/deep/ .ant-input[disabled] {
background-color: white;
}
}
</style>