feat: 档案详情字段
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
<template #content>
|
<template #content>
|
||||||
<ai-wrapper>
|
<ai-wrapper>
|
||||||
<ai-info-item label="门店名称" isLine :value="form.shopName"></ai-info-item>
|
<ai-info-item label="门店名称" isLine :value="form.shopName"></ai-info-item>
|
||||||
<ai-info-item label="门店照片" isLine >
|
<ai-info-item label="门店照片" isLine>
|
||||||
<div class="files">
|
<div class="files">
|
||||||
<ai-uploader
|
<ai-uploader
|
||||||
:instance="instance"
|
:instance="instance"
|
||||||
@@ -56,7 +56,18 @@ export default {
|
|||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
form: {
|
form: {
|
||||||
|
name: '',
|
||||||
|
idNumber: '',
|
||||||
|
sex: '',
|
||||||
|
phone: '',
|
||||||
|
birthday: '',
|
||||||
|
age: '',
|
||||||
|
shopName: '',
|
||||||
|
operatorTypes: '',
|
||||||
|
creditCode: '',
|
||||||
|
girdName: '',
|
||||||
|
address: '',
|
||||||
|
description: '',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -73,7 +84,7 @@ export default {
|
|||||||
id: this.parmas.id
|
id: this.parmas.id
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
if(code===0){
|
if (code === 0) {
|
||||||
this.form = {...data}
|
this.form = {...data}
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user