mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-05 16:53:46 +08:00
暂无数据
This commit is contained in:
@@ -88,7 +88,7 @@
|
|||||||
</template>
|
</template>
|
||||||
</ItemList>
|
</ItemList>
|
||||||
<div v-else style="width: 100%">
|
<div v-else style="width: 100%">
|
||||||
<el-empty description="暂无数据" />
|
<el-empty description="暂无数据" :image="nodata" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -96,6 +96,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
|
import nodata from "@/assets/img/no-data.png";
|
||||||
import { onMounted, ref } from "vue";
|
import { onMounted, ref } from "vue";
|
||||||
import { ElMessage } from "element-plus";
|
import { ElMessage } from "element-plus";
|
||||||
import { httpGet, httpPost } from "@/utils/http";
|
import { httpGet, httpPost } from "@/utils/http";
|
||||||
|
|||||||
@@ -126,7 +126,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
<el-empty description="暂无数据" v-else />
|
<el-empty description="暂无数据" v-else :image="nodata" />
|
||||||
|
|
||||||
<h2 class="headline">消费账单</h2>
|
<h2 class="headline">消费账单</h2>
|
||||||
|
|
||||||
@@ -190,6 +190,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
|
import nodata from "@/assets/img/no-data.png";
|
||||||
import { onMounted, ref } from "vue";
|
import { onMounted, ref } from "vue";
|
||||||
import { ElMessage } from "element-plus";
|
import { ElMessage } from "element-plus";
|
||||||
import { httpGet, httpPost } from "@/utils/http";
|
import { httpGet, httpPost } from "@/utils/http";
|
||||||
|
|||||||
Reference in New Issue
Block a user