修改手动绑定不能返回的问题,修改发票类型字段,修改首页样式

This commit is contained in:
2024-06-24 15:06:24 +08:00
parent 31870c0222
commit 9ca94479fa
11 changed files with 26 additions and 19 deletions

View File

@@ -56,7 +56,7 @@
title-width="160rpx"
/>
<van-field
value="{{detail.invoice.type === 0 ? '普通电子发票' : '增值税专用电子发票'}}"
value="{{detail.invoice.type === 0 ? '普通发票' : '增值税专用发票'}}"
label="发票类型 :"
readonly
autosize="{{true}}"