report 界面优化

This commit is contained in:
yulixing 2019-08-21 20:12:31 +08:00
parent 5525ccd734
commit abf67bdf5b

View File

@ -54,7 +54,10 @@
>
<div class="title">{{p.method_name}}</div>
<ul class="data">
<li class="row hd"><span
<li
class="row hd"
v-if="p.fields_name.length !== 0"
><span
class="ell"
v-for="(f, idx2) in p.fields_name"
:key="idx2"
@ -104,14 +107,14 @@ export default {
permEdit: false,
permPublish: false,
date: '',
reportData: []
reportData: [],
}
},
components: {
Placeholder
Placeholder,
},
computed: {
...mapGetters(['userInfo'])
...mapGetters(['userInfo']),
},
mounted() {
this.uid = this.$route.params.uid
@ -167,7 +170,7 @@ export default {
uid: this.uid,
game_id: this.gameInfo.game_id,
platform_id: this.platform_id,
date: this.date
date: this.date,
})
.then(res => {
const {data} = res
@ -213,8 +216,8 @@ export default {
valid ? resolve() : reject()
})
})
}
}
},
},
}
</script>
@ -245,6 +248,7 @@ export default {
height: 30px;
line-height: 30px;
font-size: 12px;
overflow: hidden;
&.hd {
font-size: 14px;