textAdjust

This commit is contained in:
shijing 2022-02-25 15:43:38 +08:00
parent fc8c552a56
commit 131379d676
2 changed files with 4 additions and 3 deletions

View File

@ -131,7 +131,7 @@
faceLogin(imgData).then((res) => {
if (res.code >= 200) {
if(res.data.access){
let item= {name:res.data.username,token:res.data.access};
let item= {name:res.data.name,token:res.data.access};
that.$emit('func',item);
that.$message.success("身份认证成功!");
this.closeCamera();

View File

@ -101,6 +101,7 @@
v-model="recordform.form"
style="width: 100%"
clearable
filterable
placeholder="请选择"
>
<el-option
@ -661,7 +662,7 @@
label: "工序检查表",
}, {
value: 30,
label: "检验表",
label: "检验表",
}, {
value: 40,
label: "成品检验表",
@ -673,7 +674,7 @@
typeOptions_:{
10 : "生产记录表",
20 : "工序检查表",
30 : "检验表",
30 : "检验表",
40 : "成品检验表",
50 : "首件检查表",
},