|
|
@@ -4,16 +4,13 @@
|
|
|
<view class="device-header_name">
|
|
|
<text>洗车机编号:{{ state.device.shortId }}</text>
|
|
|
</view>
|
|
|
- <uv-tags plain size="mini" type="primary" :text="fmtDictName('WashDevice.status',state.device.state)"></uv-tags>
|
|
|
-
|
|
|
<view class="device-header_fun">
|
|
|
- <view class="device-header_func-tag" v-for="f in state.device.functionList" :key="f">
|
|
|
+ <view class="device-header_func-tag" v-for="f in state.device.functionList" :key="f" style="margin-right: 10px;">
|
|
|
<uv-tags :text="f" size="mini" plain plainFill bgColor="#19A497" color="white"> </uv-tags>
|
|
|
</view>
|
|
|
-<!-- <uv-tags plain size="mini" type="info" :text="f" v-for="(f,i) in state.device.functions.split('|')" :key="i"></uv-tags>-->
|
|
|
</view>
|
|
|
<view class="device-header_fun">
|
|
|
- <uv-tags plain size="mini" type="primary" :text="state.device.state"></uv-tags>
|
|
|
+ <uv-tags plain size="mini" type="primary" :text="fmtDictName('WashDevice.status',state.device.state)"></uv-tags>
|
|
|
</view>
|
|
|
|
|
|
</view>
|