You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
shop-app/pages/order/saleAfter/saleAfterApplication.vue

29 lines
541 B

<!--
* @Author: ch
* @Date: 2022-04-11 13:51:10
* @LastEditors: ch
* @LastEditTime: 2022-04-11 16:14:37
* @Description: file content
-->
<template>
<view>
<view>
<UiCell title="货物状态"></UiCell>
<UiCell title="退款原因"></UiCell>
<UiCell title="退款金额"></UiCell>
<UiCell title="问题描述"></UiCell>
</view>
<view>
</view>
</view>
</template>
<script>
import UiCell from '../../../components/UiCell.vue'
export default {
components: { UiCell },
}
</script>
<style lang="scss" scoped>
</style>