mqtt协议测试
This commit is contained in:
@ -81,8 +81,8 @@
|
||||
<button @click="toDeviceControl" type="success" size="mini"
|
||||
style="background-color: #009458; color: #fff;margin-top: 10px;width: 40%;"
|
||||
v-show="vuex_permissions.includes('strategy:business:ems:dispatch')">
|
||||
>
|
||||
{{ $t('homePage.home.emsControl') }}
|
||||
|
||||
{{ $t('homePage.home.emsControl') }}
|
||||
</button>
|
||||
</view>
|
||||
|
||||
@ -104,7 +104,7 @@
|
||||
<view class="input-box">
|
||||
<u-form :model="formModel" ref="valueForm" labelPosition="left" label-width="350">
|
||||
<u-form-item v-for="(item, index) in inputDataBox" :label="item.colName"
|
||||
:prop="'inputDataBox.' + index + '.newValue'">
|
||||
:prop="'inputDataBox.' + index + '.newValue'" :key="item.prop">
|
||||
<view style="width: 100;display: flex;align-items: center;">
|
||||
<!-- <input class="uni-input" type="decimal" v-model.number="item.newValue" placeholder="请输入值" /> -->
|
||||
<u-input v-model.number="item.newValue" type="text" input-align="right"
|
||||
@ -283,6 +283,7 @@
|
||||
},
|
||||
methods: {
|
||||
toDeviceControl() {
|
||||
console.log(123)
|
||||
uni.navigateTo({
|
||||
url:'/pages/home-page/policy-Config/index'
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user