apply-clients 7.1.36-yuchuan-48 → 7.1.36-yuchuan-50

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <div style="height: auto;text-align: center" class="col-sm-12" v-if="data != null" @click="data=null">
2
+ <div style="height: auto;text-align: center" class="col-sm-12" v-if="data != null" @dblclick="data=null">
3
3
  <span style="color: red;font-family: 微软雅黑;font-weight: bold;font-size: 18px">请注意被退回原因为:{{data.f_back_reason}} 退回时间:{{data.f_date}}</span>
4
4
  </div>
5
5
  </template>