Commit 95a41d9faabd7ddcc6df83a393e794cce7a4f749

Authored by fengwotao
1 parent 2165316a

pref: 优化扩展描述 寄存器地址placeholder描述信息

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