刘翔宇-旅管家 3 years ago
parent ab794529d4
commit 2e7f9a6c7c

@ -2,6 +2,6 @@
ENV = 'development'
# base api
VUE_APP_BASE_API = http://sstt.ali251.langye.net/
VUE_APP_BASE_API = https://sstt.115.langye.net
#VUE_APP_BASE_API = https://sstt.115.langye.net
VUE_APP_UPLOAD_API = https://sstt.115.langye.net/api/admin/upload-file

@ -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:[

@ -102,7 +102,12 @@ export default {
{
prop:'created_at',
label:'时间',
width: 160
width: 170
},
{
prop:'updated_at',
label:'更新',
width: 170
},
{
prop:'address',

Loading…
Cancel
Save