forked from angelo/web-retail-h5
fix(withDrawlDetail): 修复移除i18n导致的页面面展示异常问题
This commit is contained in:
parent
8c27455ed4
commit
e89e3ac5e8
|
@ -55,8 +55,8 @@
|
|||
<view class="line_content thesuccess" v-if="item.status==0&&item.approveState==1" @click="revoke(item)">{{'撤销'}}</view>
|
||||
</view>
|
||||
</view>
|
||||
<u-modal :show="revokeShow" showCancelButton @cancel="revokeShow = false" :cancelText=''取消''
|
||||
:confirmText=''确定'' @confirm='confirmRevoke' :content='content'></u-modal>
|
||||
<u-modal :show="revokeShow" showCancelButton @cancel="revokeShow = false" cancelText="取消"
|
||||
confirmText="确定" @confirm='confirmRevoke' :content='content'></u-modal>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Reference in New Issue