@@ -166,6 +180,7 @@
lng: "",
type: "",
upload_list: [],
+ created_at:''
},
rules: {
type:[
diff --git a/src/views/finance/component/detailServe.vue b/src/views/finance/component/detailServe.vue
index a54afb1..09ff2b4 100644
--- a/src/views/finance/component/detailServe.vue
+++ b/src/views/finance/component/detailServe.vue
@@ -102,7 +102,12 @@ export default {
{
prop:'created_at',
label:'时间',
- width: 160
+ width: 170
+ },
+ {
+ prop:'updated_at',
+ label:'更新',
+ width: 170
},
{
prop:'address',