diff --git a/src/saas/AppSpecialPeople/add.vue b/src/saas/AppSpecialPeople/add.vue index d9fe3253..8b86f92d 100644 --- a/src/saas/AppSpecialPeople/add.vue +++ b/src/saas/AppSpecialPeople/add.vue @@ -408,7 +408,6 @@ export default { methods: { getDetail() { - console.log(111); if (!this.id) return var urlList = ['/app/appspecialdisabled/queryDetailById', '/app/appspecialmental/queryDetailById', '/app/appspecialadjustment/queryDetailById', '/app/appspecialdrug/queryDetailById', '/app/appspecialprison/queryDetailById'] @@ -559,6 +558,7 @@ export default { width: 60%; display: flex; justify-content: flex-end; + font-size: 32px !important; .u-icon { margin-left: 16px; } @@ -594,6 +594,7 @@ export default { .value { margin-left: 16px; + font-size: 32px; } } diff --git a/src/saas/AppSpecialPeople/detail.vue b/src/saas/AppSpecialPeople/detail.vue index 34e9d7e9..c2813b8a 100644 --- a/src/saas/AppSpecialPeople/detail.vue +++ b/src/saas/AppSpecialPeople/detail.vue @@ -7,9 +7,7 @@
- - +
@@ -54,8 +52,8 @@

{{e.name}} - - + +

@@ -126,7 +124,6 @@ export default { }, isGirdUser() { this.$http.post('/app/appgirdmemberinfo/checkLogOnUser').then((res) => { - // console.log(res); if (res.code == 0) { this.userGird = res.data.checkType // if (res.data.checkType) { @@ -188,7 +185,6 @@ export default { // }) // this.userList[index].check = true // } - console.log(item); this.type = item.dictValue this.current = 1 this.userList = [] @@ -204,8 +200,6 @@ export default { var delUrl = ['/app/appspecialdisabled/delete','/app/appspecialmental/delete', '/app/appspecialadjustment/delete','/app/appspecialdrug/delete','/app/appspecialprison/delete' ] - // var idUrl='app/appspecialdisabled/delete' - // var id='c24aaff664a94fdd908a85c0237583bd' this.$confirm('确定删除该数据?').then(() => { uni.showLoading() this.$http.post(delUrl[indexs],null, {params: {ids: row.id}}).then((res) => { @@ -284,26 +278,13 @@ export default { } } .search-input{ - width: 100%; height: 64px; background: #F5F5F5; border-radius: 32px; - padding: 14px 32px 14px 64px; box-sizing: border-box; position: relative; - img{ - width: 32px; - height: 32px; - margin-right: 12px; - position: absolute; - top: 18px; - left: 24px; - } - ::v-deep .u-input{ - width: 100%; - font-size: 26px; - } + line-height: 64px; } } }