Commit 446d5b90 authored by leon's avatar leon

fix: update first column data

parent 76e208f5
......@@ -16,7 +16,7 @@
<view class="table-content__item" v-for="(cell, cellIndex) in chartTables" :key="cellIndex" @tap="cellClick(cell)" >
<!-- <view class=""> -->
<view class="title-cell">
<view class="cell">{{ cell.shopName }}</view>
<view class="cell">{{ cell[elementInfo.table.column[0].dataIndex] }}</view>
</view>
<view :class="[index === 0 ? 'empty-cell' : cellIndex %2 == 1 ? 'content-cell-bg' :'content-cell']" v-for="(item, index) in elementInfo.table.column" :key="index">
......
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