报警处理按钮
This commit is contained in:
parent
ea48f09e1a
commit
9955b251a7
@ -28,7 +28,7 @@
|
||||
placeholder="请输入处理结果"></u--textarea>
|
||||
<view v-if="recordDetails.status === 1">{{recordDetails.result}}</view>
|
||||
</u-form-item>
|
||||
<u-button type="primary" text="处理" @click="submitAlarmResult"></u-button>
|
||||
<u-button v-if="recordDetails.status === 0" type="primary" text="处理" @click="submitAlarmResult"></u-button>
|
||||
</u--form>
|
||||
</view>
|
||||
</view>
|
||||
|
Loading…
Reference in New Issue
Block a user