Commit de9c5415 by caoyanzhi

Merge branch 'feature/8月-奥莱定制' into dev

parents 00078bfc 7e3169ba
<template>
<div class="storeBox" v-loading="loading">
<div>
门店<span style="margin: 0 10px;">{{ tableData.length }}</span
门店<span style="margin: 0 10px;">{{ total }}</span
>
</div>
<div class="searchBox">
......@@ -12,6 +12,7 @@
</div>
</div>
<div class="content">
<el-table v-if="!Array.isArray(tableData) || tableData.length == 0" :data="tableData"></el-table>
<div v-for="(item, index) in tableData" :key="index">
<div class="c_top">
<div class="c_t_left">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment