@@ -443,12 +443,14 @@ export default {
.label {
color: #666;
// margin-right: 10px;
- width: 60px;
- min-width: 60px;
- max-width: 60px;
+ width: 70px;
+ font-size: 14px;
+ min-width: 70px;
+ max-width: 70px;
}
.value {
color: #333;
// 底部1px边框
.divider {
@@ -177,7 +177,7 @@ export default {
...mapGetters(['plazaId', 'smsxt', 'categoryId']),
},
created() {
- window.vm = this
+ console.log(this.$route.params.type)
this.system_code = this.smsxt
this.onLoad()