@@ -109,12 +109,12 @@
ellipsis: false,
width: 80,
customRender: ({ record }) => {
- let typeObj ={
- // '0':'旧双目相机',
- // '1':'四维看看',
- // '2':'四维看看lite',
+ let typeObj = {
+ '0':'旧双目相机',
+ '1':'四维看看',
+ '2':'四维看看lite',
'9':'四维看见',
- // '10':'四维深时',
+ '10':'四维深时',
}
return typeObj[record.type]
@@ -181,8 +181,8 @@
labelWidth: 100,
schemas: [
{
- field: 'userName',
- label: '账号',
+ field: 'nickName',
+ label: t('routes.staff.userName'),
component: 'Input',
componentProps: {
maxLength: 15,