添加离校手续管理-->离校环节设置前台页面编写
diff --git a/leave-school-vue/src/mock/dictionary.js b/leave-school-vue/src/mock/dictionary.js
index 0f8166b..da85881 100644
--- a/leave-school-vue/src/mock/dictionary.js
+++ b/leave-school-vue/src/mock/dictionary.js
@@ -100,6 +100,46 @@
'id': '20',
'type': 'xslb',
'name': '研究生'
+},
+{
+ 'id': '21',
+ 'type': 'scope',
+ 'name': '辅导员范围'
+},
+{
+ 'id': '22',
+ 'type': 'defaultAuditStatus',
+ 'name': '待审核'
+},
+{
+ 'id': '23',
+ 'type': 'defaultAuditStatus',
+ 'name': '审核通过'
+},
+{
+ 'id': '24',
+ 'type': 'defaultAuditStatus',
+ 'name': '审核不通过'
+},
+{
+ 'id': '25',
+ 'type': 'auditType',
+ 'name': '手动'
+},
+{
+ 'id': '26',
+ 'type': 'auditType',
+ 'name': '自动'
+},
+{
+ 'id': '27',
+ 'type': 'scope',
+ 'name': '全校范围'
+},
+{
+ 'id': '28',
+ 'type': 'scope',
+ 'name': '院系范围'
}]
export default{