BugFix 交易新增与修改

This commit is contained in:
锦麟 王
2026-07-15 09:39:08 +08:00
parent 74690c1783
commit fac84c8fa5
2 changed files with 2 additions and 2 deletions
@@ -298,7 +298,7 @@
</div>
<div v-show="isTrade">
<div style="margin: 10px auto">交易新增修改流程</div>
<div style="margin: 10px auto">交易新增修改流程</div>
<div>
<div class="node-wrap">
<div class="end-node">
@@ -48,7 +48,7 @@ var app = new Vue({
{ text: '--请选择--', value: '0' },
{ text: '客户开户', value: '1' },
{ text: '客户信息修改', value: '5' },
{ text: '交易新增修改', value: '2' },
{ text: '交易新增修改', value: '2' },
{ text: '交易了结', value: '6' },
/* { text: '资信与授信', value: '3' },*/
{ text: '出金', value: '4' }