@@ -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
@@ -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),
},
@@ -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 },