公告板
版本库
filestore
活动
搜索
登录
main
/
admin-mw
3.5mw前端项目
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
提交内容
whychdw
2021-05-24
393c717d50fe8933e57d3014c6932b2acb750a50
[admin-mw.git]
/
src
/
pages
/
test
/
js
/
const.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export const constTestType = [
{
label: '空载试验',
value: 'kz',
},
{
label: '负载试验',
value: 'fz',
},
{
label: '绕阻试验',
value: 'rz'
}
];