فهرست منبع

fix: change finance consumption

DESKTOP-USV654P\pc 2 ماه پیش
والد
کامیت
68aee71fb8
3فایلهای تغییر یافته به همراه4 افزوده شده و 3 حذف شده
  1. 1 1
      Makefile
  2. 1 0
      src/views/educational/textbookSubscription/index.vue
  3. 2 2
      src/views/finance/consumption/data.config.ts

+ 1 - 1
Makefile

@@ -12,7 +12,7 @@ build:
 
 commit:
 	git add . && \
-	git commit --no-verify -m "fix: change teachingManager textbookManagement"
+	git commit --no-verify -m "fix: change finance consumption"
 
 checkPre:
 	git checkout pre

+ 1 - 0
src/views/educational/textbookSubscription/index.vue

@@ -115,6 +115,7 @@
           :actions="[
             {
               ifShow: record.status === 0 || record.status === 1,
+              auth: '00014:status',
               label: record.status === 0 ? '发起' : record.status === 2 ? '完成' : '征订中',
               onClick: handleStatus.bind(null, record),
             },

+ 2 - 2
src/views/finance/consumption/data.config.ts

@@ -7,7 +7,7 @@ export const assessmentTypeOptions = [
 
 export const tableColumns: BasicColumn[] = [
   {
-    title: '号',
+    title: '身份证号',
     dataIndex: 'Studentcode',
     align: 'left',
     width: 160,
@@ -152,7 +152,7 @@ export const searchFormSchema: FormSchema[] = [
   },
   {
     field: 'studentId',
-    label: '号',
+    label: '身份证号',
     component: 'Input',
     colProps: { span: 8 },
   },