模块更新

This commit is contained in:
‘937886381’
2023-05-24 16:40:29 +08:00
65 changed files with 13636 additions and 7607 deletions

View File

@@ -1,16 +1,29 @@
/*
* @Date: 2020-12-29 16:49:28
* @LastEditors: zhp
* @LastEditTime: 2023-05-08 10:26:39
* @LastEditTime: 2023-05-23 14:36:20
* @FilePath: \basic-admin\src\filters\DataDict\index.js
* @Description: 部分常量的数据字典定义
*/
import i18n from "@/i18n"
const table = {
measurementType: {
0: '计量',
1:'计数',
}
},
VerifyType: {
0: i18n.t('gage.insideVerify'),
1: i18n.t('gage.outsideVerify')
},
eventList: {
0: '领用',
1: '归还',
2: '量具报废',
3: '量具维修',
4: '量具购买',
5: '量具检测',
6: '量具转移'
},
}
export default function (dictTable) {

View File

@@ -2,7 +2,7 @@
/*
* @Date: 2020-12-29 16:49:28
* @LastEditors: zwq
* @LastEditTime: 2023-01-05 15:49:17
* @LastEditTime: 2023-05-12 12:39:26
* @FilePath: \basic-admin\src\filters\basicData\index.js
* @Description:
*/
@@ -28,6 +28,10 @@ const table = {
logStatus: {
'0': i18n.t('logLogin.status0'),
'1': i18n.t('logLogin.status1')
},
scheduleStatus: {
'0': i18n.t('schedule.status0'),
'1': i18n.t('schedule.status1')
},
}