Commit 117ba31c by caoyanzhi

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

parents e7ee7e67 8252ccd9
<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">
......@@ -184,7 +185,7 @@ export default {
}
.content {
margin-top: 20px;
height: 48px;
// height: 48px;
.c_top {
background: #ebecf0;
......
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