页面切图

This commit is contained in:
仲么了
2023-02-09 16:37:53 +08:00
parent 1393a997a8
commit 627c0a2853
30 changed files with 937 additions and 44 deletions

View File

@@ -8,7 +8,7 @@
<uni-data-select v-model="item.type" :localdata="range"></uni-data-select>
</uni-forms-item>
<uni-forms-item label="MAC地址">
<uni-easyinput type="number" v-model="item.address" placeholder="请输入设备MAC地址" />
<uni-easyinput type="text" v-model="item.address" placeholder="请输入设备MAC地址" />
</uni-forms-item>
</uni-forms>
</view>