Forráskód Böngészése

fix: change textbookSubscription

DESKTOP-USV654P\pc 3 hete
szülő
commit
bbbe7caa43

+ 1 - 1
.env.development

@@ -17,7 +17,7 @@ VITE_DROP_CONSOLE = false
 # 如果没有跨域问题,直接在这里配置即可
 # VITE_GLOB_API_URL=http://42.247.8.136:8007/tlapipre
 VITE_GLOB_API_URL=http://10.150.10.139:8888/api
-#VITE_GLOB_API_URL=http://172.21.92.28:8080
+#VITE_GLOB_API_URL=http://10.4.120.110:8080
 # 文件上传接口  可选
 VITE_GLOB_UPLOAD_URL =/system/oss/upload
 VITE_GLOB_APP_LOGO_TITLE = 数智铜职

+ 2 - 2
src/views/educational/textbookSubscription/components/data.config.ts

@@ -204,7 +204,7 @@ export const textbookColumns: BasicColumn[] = [
   },
   {
     title: '定价',
-    dataIndex: 'price',
+    dataIndex: 'sourcePrice',
     align: 'left',
     width: 80,
   },
@@ -219,7 +219,7 @@ export const textbookColumns: BasicColumn[] = [
   },
   {
     title: '小计',
-    dataIndex: 'subtotal',
+    dataIndex: 'price',
     align: 'left',
     width: 120,
   },