Commit 657107cc authored by Step_by_step's avatar Step_by_step

fix: 还款计划查询添加命令

parent 5482e697
......@@ -31,7 +31,7 @@ npm run preview 本地预览打包完的文件
3. 项目查询 (✋ 1.5 项目信息明细页面需要重头画)
4. 合同签约 (E签宝, 预览签署文件, 由消息推送后做)✅✋ 2)
5. 还款计划 (支付, 只能从上到下支付)(✋ 2)
6. 还款计划查询 (发票预览下载) (✋ 2)
6. 还款计划查询 (发票预览下载)✅✋ 2)
7. 自助服务 ✅✋.5)
8. 客户信息变更 ✅✋ 1)
......
......@@ -11,7 +11,8 @@
"build:about": "VITE_TARGET=about vite build",
"build:complaint": "VITE_TARGET=complaint vite build",
"build:infoChange": "VITE_TARGET=infoChange vite build",
"build:relatedProject": "VITE_TARGET=relatedProject vite build"
"build:relatedProject": "VITE_TARGET=relatedProject vite build",
"build:repayPlan": "VITE_TARGET=repayPlan vite build"
},
"dependencies": {
"@hips/plugin-vue-jssdk": "^1.1.2",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment