更新字段说明, 图标

This commit is contained in:
weipengfei 2024-03-13 17:46:08 +08:00
parent d3742e3128
commit a227900603
2 changed files with 6 additions and 6 deletions

View File

@ -489,10 +489,10 @@
name: '本月订单数',
value: 0
}, {
name: '抵扣补贴',
name: '补贴金额',
value: 0
}, {
name: '无门槛补贴',
name: '生产资料包余额',
value: 0
}, {
name: '今日订单数',
@ -615,7 +615,7 @@
}, {
name: '收付明细',
type: 22,
image: require('@/static/images/index23.png')
image: require('@/static/images/index14.png')
},
@ -693,7 +693,7 @@
{
name: '收付明细',
type: 22,
image: require('@/static/images/index23.png')
image: require('@/static/images/index14.png')
},
// {
// name: '',
@ -739,7 +739,7 @@
{
name: '收付明细',
type: 22,
image: require('@/static/images/index23.png')
image: require('@/static/images/index14.png')
},
{
name: '扫码付款',

View File

@ -186,7 +186,7 @@
:order_id="currentTab"></cash>
<!-- 提现提示 -->
<u-modal :show="tipShow" title="提示" content='工作日小额(1千元以下)提现2小时内到账, 大额(1千元以上)提现次日18点前到账, 周末节假日提现, 下一工作日18点前到账'
<u-modal :show="tipShow" title="提示" content='工作日当日10点前提现当日12点到账, 当日16点前提现当日18点到账, 当日18点后提现次日12点到账, 周末节假日提现, 下一工作日18点前到账'
@confirm="tipShow = false"></u-modal>
</view>
</template>