|
|
@ -14,7 +14,7 @@ |
|
|
|
<view class="cl-item" v-for="(e, i) in recordLs" :key="i" @click="toInfo(e)"> |
|
|
|
<view class="ci-tit-name"> |
|
|
|
<view class="ctn-name"> |
|
|
|
<view>{{ e.brand_or_stadium_name || '-' }}</view> |
|
|
|
<view>{{ e.income_record_name || '-' }}</view> |
|
|
|
<image mode="aspectFit" @click.stop="showModal(e)" src="/static/images/icon/question_mark.png"></image> |
|
|
|
</view> |
|
|
|
<image mode="aspectFit" src="/static/images/icon/arrow_b2.png"></image> |
|
|
|