Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
ztx_wx_gzt
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
d83c1515
authored
2026-04-30 15:52:40 +0800
by
lttnew
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
支付方式
1 parent
9bf46b24
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
9 additions
and
9 deletions
level/auditRecord2.vue
level/settlementView.vue
level/ztx/approval.vue
level/ztx/costSettlementDetail.vue
myCenter/order.vue
pages/index/orderList.vue
personal/order.vue
personalVip/order.vue
level/auditRecord2.vue
View file @
d83c151
...
...
@@ -69,7 +69,7 @@
<view
class=
"info-line"
></view>
<view
class=
"info-item"
>
<text
class=
"item-label"
>
支付方式
</text>
<text
class=
"item-value"
>
民生付
</text>
<text
class=
"item-value"
>
{{
item
.
ziZhangBu
?
'对公转账'
:
'民生付'
}}
</text>
</view>
</view>
...
...
level/settlementView.vue
View file @
d83c151
...
...
@@ -33,7 +33,7 @@
</view>
<view
class=
"info-row"
>
<text
class=
"label"
>
支付方式
</text>
<text
class=
"value"
>
民生付
</text>
<text
class=
"value"
>
{{
item
.
ziZhangBu
?
'对公转账'
:
'民生付'
}}
</text>
</view>
<view
class=
"info-row"
>
<text
class=
"label"
>
提交日期
</text>
...
...
level/ztx/approval.vue
View file @
d83c151
...
...
@@ -24,7 +24,7 @@
<view>
支付方式
<view>
民生付
{{
item
.
ziZhangBu
?
'对公转账'
:
'民生付'
}}
</view>
</view>
<view>
...
...
level/ztx/costSettlementDetail.vue
View file @
d83c151
...
...
@@ -33,7 +33,7 @@
</view>
<view
class=
"info-item"
>
<text
class=
"label"
>
支付方式
</text>
<text
class=
"value"
>
民生付
</text>
<text
class=
"value"
>
{{
form
.
ziZhangBu
?
'对公转账'
:
'民生付'
}}
</text>
</view>
<view
class=
"info-item"
>
<text
class=
"label"
>
提交日期
</text>
...
...
@@ -113,7 +113,7 @@
</view>
<view
class=
"item-row"
>
<text
class=
"item-label"
>
支付方式
</text>
<text
class=
"item-value"
>
民生付
</text>
<text
class=
"item-value"
>
{{
item
.
ziZhangBu
?
'对公转账'
:
'民生付'
}}
</text>
</view>
<view
class=
"item-row"
>
<text
class=
"item-label"
>
审核状态
</text>
...
...
myCenter/order.vue
View file @
d83c151
...
...
@@ -107,7 +107,7 @@
</view>
<view
class=
"price-row"
>
<text
class=
"price-label"
>
缴费方式
</text>
<text
class=
"price-value"
>
民生付
</text>
<text
class=
"price-value"
>
{{
item
.
ziZhangBu
?
'对公转账'
:
'民生付'
}}
</text>
</view>
</view>
...
...
pages/index/orderList.vue
View file @
d83c151
...
...
@@ -113,7 +113,7 @@
</view>
<view
class=
"price-row"
>
<text
class=
"price-label"
>
缴费方式
</text>
<text
class=
"price-value"
>
民生付
</text>
<text
class=
"price-value"
>
{{ item.ziZhangBu ? '对公转账' : '民生付' }}
</text>
</view>
<view
class=
"price-row"
>
<text
class=
"price-label"
>
订单状态
</text>
...
...
personal/order.vue
View file @
d83c151
...
...
@@ -55,7 +55,7 @@
<view
class=
"line"
></view>
<view
class=
"single-info"
>
<view
class=
"label"
>
缴费方式
</view>
<view
class=
"value"
>
民生付
</view>
<view
class=
"value"
>
{{
item
.
ziZhangBu
?
'对公转账'
:
'民生付'
}}
</view>
</view>
</view>
...
...
personalVip/order.vue
View file @
d83c151
...
...
@@ -75,7 +75,7 @@
<view
class=
"divider"
></view>
<view
class=
"single-info"
>
<view
class=
"label"
>
缴费方式
</view>
<view
class=
"value"
>
{{
item
.
payWay
||
'民生付'
}}
</view>
<view
class=
"value"
>
{{
item
.
ziZhangBu
?
'对公转账'
:
(
item
.
payWay
||
'民生付'
)
}}
</view>
</view>
</view>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment