【前端】云工厂的纸掌柜app
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.

24 lines
267 B

<template>
<view>
<noData title="暂无废纸交易数据"></noData>
</view>
</template>
<script>
import noData from './no-data'
export default {
components:{noData},
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>