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.
42 lines
595 B
42 lines
595 B
12 months ago
|
<template>
|
||
|
<view class=" " >
|
||
|
|
||
|
<view class="">
|
||
|
<image class="default_nodata" src="@/static/icons_ui/default_data.png"></image>
|
||
|
</view>
|
||
|
<!--
|
||
|
<view class="" style="display: flex;flex-direction: column;
|
||
|
align-items: center;">
|
||
|
<view class="" >
|
||
|
<image class="nodata" src="/static/icons_ui/default_data.png"></image>
|
||
|
</view>
|
||
|
|
||
|
<view style="font-size: 40rpx;color: #909193;">
|
||
|
暂无数据
|
||
|
</view>
|
||
|
|
||
|
</view> -->
|
||
|
|
||
|
</view>
|
||
|
</template>
|
||
|
|
||
|
<script>
|
||
|
export default {
|
||
|
data() {
|
||
|
return {
|
||
|
|
||
|
}
|
||
|
},
|
||
|
created() {
|
||
|
|
||
|
},
|
||
|
methods: {
|
||
|
|
||
|
}
|
||
|
}
|
||
|
</script>
|
||
|
|
||
|
|
||
|
<style>
|
||
|
</style>
|