Browse Source

fix: change textbookSubscription

DESKTOP-USV654P\pc 1 week ago
parent
commit
053f38d996
2 changed files with 4 additions and 3 deletions
  1. 3 3
      Makefile
  2. 1 0
      src/views/educational/textbookSubscription/components/edit.vue

+ 3 - 3
Makefile

@@ -2,7 +2,7 @@
 
 # 记录开始时间
 START_TIME := $(shell powershell -NoProfile -Command "Get-Date -UFormat %%s")
-V_TAG := v2.5.7
+V_TAG := v2.5.8
 
 checkDev:
 	git checkout dev
@@ -36,10 +36,10 @@ tag:
 	git push origin --tags
 
 docker-build:
-	docker build -f ./Dockerfile -t registry.yingcaibx.com/tl/admin_web:$(V_TAG) .
+	docker build -f ./Dockerfile -t crpi-j16ma2m5r6mxrmhw.cn-shenzhen.personal.cr.aliyuncs.com/ruiyaninfo/cqtlzjzx-web:$(V_TAG) .
 
 docker-push:
-	docker push registry.yingcaibx.com/tl/admin_web:$(V_TAG) && \
+	docker push crpi-j16ma2m5r6mxrmhw.cn-shenzhen.personal.cr.aliyuncs.com/ruiyaninfo/cqtlzjzx-web:$(V_TAG) && \
 	git add . && \
 	git commit --no-verify -m "fix: build" && \
 	git push && \

+ 1 - 0
src/views/educational/textbookSubscription/components/edit.vue

@@ -297,6 +297,7 @@
     dataSoruce.forEach((item: any) => {
       item.studentNum = item.studentSubscriptionNumber || 0;
       item.teacherNum = item.teacherSubscriptionNumber || 0;
+      item.price = item.sourcePrice;
     });
 
     const postParams = unref(modelRef);