diff --git a/YLErpWeb/Views/AccountOpeningProcess/Index.cshtml b/YLErpWeb/Views/AccountOpeningProcess/Index.cshtml index 7dcfdb2b..2ecdfefc 100644 --- a/YLErpWeb/Views/AccountOpeningProcess/Index.cshtml +++ b/YLErpWeb/Views/AccountOpeningProcess/Index.cshtml @@ -298,7 +298,7 @@
-
交易新增和修改流程
+
交易新增与修改流程
diff --git a/YLErpWeb/wwwroot/Scripts/app/system/Approvalprocess.js b/YLErpWeb/wwwroot/Scripts/app/system/Approvalprocess.js index 73ef253b..aa870a4b 100644 --- a/YLErpWeb/wwwroot/Scripts/app/system/Approvalprocess.js +++ b/YLErpWeb/wwwroot/Scripts/app/system/Approvalprocess.js @@ -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' }