|
|
@@ -29,7 +29,7 @@
|
|
|
<p>设备添加时间</p>
|
|
|
<input type="text" :value="moddata.addtime|timeFormat()" disabled />
|
|
|
</view>
|
|
|
- <p style="width: 90%;margin: 0 auto;text-align: right;color: #06B535;"><span style="color: #ff0000;">*</span>为可修改</p>
|
|
|
+ <!-- <p style="width: 90%;margin: 0 auto;text-align: right;color: #06B535;"><span style="color: #ff0000;">*</span>为可修改</p> -->
|
|
|
<view class="sub" @click="btn">
|
|
|
提 交
|
|
|
</view>
|
|
|
@@ -138,7 +138,7 @@
|
|
|
})
|
|
|
},
|
|
|
amendcity() { //修改设备地址
|
|
|
- this.selectcityTF = true
|
|
|
+ // this.selectcityTF = true
|
|
|
uni.navigateTo({
|
|
|
url: "/pages/fourBase/city"
|
|
|
})
|