|
|
|
|
@ -67,6 +67,20 @@
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<template v-slot:created_at>
|
|
|
|
|
<div class="xy-table-item">
|
|
|
|
|
<div class="xy-table-item-label">
|
|
|
|
|
<span style="color: red;font-weight: 600;padding-right: 4px;">*</span>时间 :
|
|
|
|
|
</div>
|
|
|
|
|
<div class="xy-table-item-content">
|
|
|
|
|
<el-date-picker size="small" value-format="yyyy-MM-dd HH:mm:ss" v-model="form.created_at" type="datetime" placeholder="时间" >
|
|
|
|
|
</el-date-picker>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<template v-slot:upload_list>
|
|
|
|
|
<div class="xy-table-item">
|
|
|
|
|
<div class="xy-table-item-label">
|
|
|
|
|
@ -166,6 +180,7 @@
|
|
|
|
|
lng: "",
|
|
|
|
|
type: "",
|
|
|
|
|
upload_list: [],
|
|
|
|
|
created_at:''
|
|
|
|
|
},
|
|
|
|
|
rules: {
|
|
|
|
|
type:[
|
|
|
|
|
|