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) => { faceLogin(imgData).then((res) => {
if (res.code >= 200) { if (res.code >= 200) {
if(res.data.access){ 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.$emit('func',item);
that.$message.success("身份认证成功!"); that.$message.success("身份认证成功!");
this.closeCamera(); this.closeCamera();

View File

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