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