This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
liumin
/
NewZkgj
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
修改设备日志
yun
douzhuo
2 years ago
parent
06405ca0e1
commit
4ae059d0d5
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
pages/mine/equipmentLog.vue
+ 1
- 1
pages/mine/equipmentLog.vue
View File
@@ -30,7 +30,7 @@
<view class="items">
<text>录音开启用时</text>
<text class="font"
:style="{color: info.recording==1?'red':'#333'}">{{info.startActionTime ||
''
}}min</text>
:style="{color: info.recording==1?'red':'#333'}">{{info.startActionTime ||
0
}}min</text>
</view>
<view class="line"></view>
<view class="items">
Write
Preview
Loading…
Cancel
Save