|
|
|
|
@ -81,6 +81,17 @@
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<template #remark>
|
|
|
|
|
<div class="xy-table-item" >
|
|
|
|
|
<div class="xy-table-item-label">
|
|
|
|
|
备注 :
|
|
|
|
|
</div>
|
|
|
|
|
<div class="xy-table-item-content">
|
|
|
|
|
<el-input v-model="form.remark" style="width: 300px;" type="textarea" :autosize="{ minRows: 2 }"></el-input>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<template v-slot:upload_list>
|
|
|
|
|
<div class="xy-table-item">
|
|
|
|
|
<div class="xy-table-item-label">
|
|
|
|
|
@ -179,6 +190,7 @@
|
|
|
|
|
lat: "",
|
|
|
|
|
lng: "",
|
|
|
|
|
type: "",
|
|
|
|
|
remark: "",
|
|
|
|
|
upload_list: [],
|
|
|
|
|
created_at:''
|
|
|
|
|
},
|
|
|
|
|
|