Showing
1 changed file
with
3 additions
and
1 deletions
... | ... | @@ -154,7 +154,9 @@ |
154 | 154 | :value="getInputValue" |
155 | 155 | @change="handleSyncValue" |
156 | 156 | :disabled="disabled" |
157 | - :placeholder="`请输入${inputType === AddressTypeEnum.DEC ? '十进制' : '十六进制'}设备地址码`" | |
157 | + :placeholder="`请输入${ | |
158 | + inputType === AddressTypeEnum.DEC ? '十进制' : '十六进制' | |
159 | + }寄存器地址码`" | |
158 | 160 | /> |
159 | 161 | <div class="text-center h-8 leading-8 px-2 bg-gray-200 cursor-pointer rounded-1 w-20"> |
160 | 162 | <div>{{ getValueOpposite }}</div> | ... | ... |