Commit 2a15e50932ccf2c255181c3d7240e6c81e892634

Authored by fengtao
1 parent 0a80ca35

fix:修改命令详情

... ... @@ -29,7 +29,7 @@
29 29 <u-line length="90%" margin="0 auto" v-if="commandDetail.additionalInfo.cmdType"></u-line>
30 30 <view class="detail-item">
31 31 <view class="detail-label">响应类型</view>
32   - <view class="detail-value">{{ commandDetail.request.oneway ? 'oneway' : 'towway' }}</view>
  32 + <view class="detail-value">{{ commandDetail.request.oneway ? '单向' : '双向' }}</view>
33 33 </view>
34 34 <u-line length="90%" margin="0 auto"></u-line>
35 35 <view class="detail-item">
... ...
... ... @@ -62,7 +62,7 @@
62 62 <u-radio activeColor="#3388FF" label="双向" name="TwoWay"></u-radio>
63 63 </u-radio-group>
64 64 </view>
65   - <view style="margin-top: 28rpx;width: 100%;"><u--textarea placeholder="请输入详情" v-model="commandValue" /></view>
  65 + <view style="margin-top: 28rpx;width: 100%;"><u--textarea placeholder="请输入下发内容" v-model="commandValue" /></view>
66 66
67 67 <view class="button-group">
68 68 <view><u-button :customStyle="{ color: '#333' }" color="#e3e3e5" shape="circle" text="取消" @click="cancelCommand"></u-button></view>
... ...