Browse Source

fix: change textbookPopManager

DESKTOP-USV654P\pc 2 weeks ago
parent
commit
5b53212628

+ 1 - 1
Makefile

@@ -12,7 +12,7 @@ build:
 
 commit:
 	git add . && \
-	git commit --no-verify -m "fix: change enroll"
+	git commit --no-verify -m "fix: change textbookPopManager"
 
 checkPre:
 	git checkout pre

+ 3 - 3
src/views/teachingManager/textbookPopManager/components/data.config.ts

@@ -136,7 +136,7 @@ export const TableColumns: BasicColumn[] = [
   },
   {
     title: '领取类型',
-    dataIndex: 'warehouseModeCn',
+    dataIndex: 'claimTypeCn',
     width: 150,
     align: 'left',
   },
@@ -160,7 +160,7 @@ export const TableColumns: BasicColumn[] = [
   },
   {
     title: '出库人员',
-    dataIndex: 'issueName',
+    dataIndex: 'issueUserIdCn',
     width: 100,
     align: 'left',
   },
@@ -185,7 +185,7 @@ export const TableColumns: BasicColumn[] = [
   },
   {
     title: '金额(元)',
-    dataIndex: 'amount',
+    dataIndex: 'actualTotalPrice',
     width: 100,
     align: 'left',
   },