pages/message/details.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
policy/applyRecord/applyRecord.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
policy/components/mine.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
policy/policyApply/policyApply.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
policy/reportPage/reportPage.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
policy/reportRecord/reportRecord.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
policy/translate/translate.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
policy/translateRecord/translateRecord.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
qiye/complaint/complaint.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
qiye/record/record.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
pages/message/details.vue
@@ -170,15 +170,18 @@ margin-bottom: 0; } .imgbox{ display: flex; flex-wrap: wrap; justify-content: space-between; // display: flex; // flex-wrap: wrap; // justify-content: space-between; display: grid; grid-template-columns: 1fr 1fr 1fr; grid-gap: 10rpx; border-radius: 10rpx; img{ width: 198rpx; height: 198rpx; margin-bottom: 20rpx; border-radius: 10rpx; } } } policy/applyRecord/applyRecord.vue
@@ -16,7 +16,10 @@ </view> <view class="user-info"> <text>{{item.applyUser}}</text> <view class="driver"></view> <!-- <view class="driver"></view> --> </view> <view class="user-info"> <text>{{item.applyDeptName}}</text> </view> <view class="set-line"> policy/components/mine.vue
@@ -10,7 +10,7 @@ <view class="direc"></view> <view class="dept-per">执法人员</view> </view> <view class="dept-name"> <view class="dept-name u-line-1"> {{userInfo.data.dept.deptName}} </view> </view> @@ -96,6 +96,7 @@ .user-info{ margin-left: 24rpx; color: white; width: calc(100% - 108rpx); .user-name{ display: flex; justify-content: flex-start; policy/policyApply/policyApply.vue
@@ -59,7 +59,8 @@ <view class="form-label"> 执法部门 </view> <input type="text" placeholder="请输入" v-model.trim="form.applyDeptName" disabled/> <!-- <input type="text" placeholder="请输入" v-model.trim="form.applyDeptName" disabled/> --> <view style="width: 60%;">{{form.applyDeptName}}</view> </view> <view class="form-item sui" style="align-items: flex-start;" @click="openPer"> <view class="form-label require "> @@ -463,5 +464,8 @@ .sui{ } /deep/ .u-checkbox-label--right > text{ line-height: 54rpx !important; margin-right: 15rpx; } </style> policy/reportPage/reportPage.vue
@@ -8,7 +8,12 @@ </view> <view class="user-info"> <text>{{item.executeUser}}</text> <view class="driver"></view> <!-- <view class="driver"></view> <text>{{item.executeDeptName}}</text> --> </view> <view class="user-info"> <!-- <text>{{item.executeUser}}</text> <view class="driver"></view> --> <text>{{item.executeDeptName}}</text> </view> <view class="set-line"> policy/reportRecord/reportRecord.vue
@@ -13,7 +13,12 @@ </view> <view class="user-info"> <text>{{item.executeUser}}</text> <view class="driver"></view> <!-- <view class="driver"></view> <text>{{item.executeDeptName}}</text> --> </view> <view class="user-info"> <!-- <text>{{item.executeUser}}</text> <view class="driver"></view> --> <text>{{item.executeDeptName}}</text> </view> <view class="set-line"> policy/translate/translate.vue
@@ -13,7 +13,12 @@ </view> <view class="user-info"> <text>{{item.applyUser}}</text> <view class="driver"></view> <!-- <view class="driver"></view> <text>{{item.checkDeptName}}</text> --> </view> <view class="user-info"> <!-- <text>{{item.applyUser}}</text> <view class="driver"></view> --> <text>{{item.checkDeptName}}</text> </view> <view class="set-line"> policy/translateRecord/translateRecord.vue
@@ -17,7 +17,12 @@ </view> <view class="user-info"> <text>{{item.applyUser}}</text> <view class="driver"></view> <!-- <view class="driver"></view> <text>{{item.applyDeptName}}</text> --> </view> <view class="user-info"> <!-- <text>{{item.applyUser}}</text> <view class="driver"></view> --> <text>{{item.applyDeptName}}</text> </view> <view class="set-line"> qiye/complaint/complaint.vue
@@ -40,7 +40,7 @@ </view> <view class="box"> <view class="l"> <p>执法单位:{{item.executeDeptName}}</p> <p style="align-items: flex-start;display: flex;justify-content: flex-start;"><text style="display: inline-block;width: 35%;">执法单位:</text> <text style="display: inline-block;width: 65%;">{{item.executeDeptName}}</text></p> <p>投诉时间:{{item.complaintTime}}</p> </view> <view class="r" @click="chakan(item.id, item.orderId)"> qiye/record/record.vue
@@ -32,7 +32,7 @@ </view> <view class="box"> <view class="l"> <p>执法单位:{{item.executeDeptName|| item.applyDeptName}}</p> <p style="display: flex;justify-content: flex-start;align-items: flex-start;"><text style="display: inline-block;width: 35%;">执法单位:</text> <text style="display: inline-block;width: 65%;">{{item.executeDeptName|| item.applyDeptName}}</text></p> <p>执法时间:{{item.inTime || item.planTime}}</p> </view> <view class="r" @click="chakan(item.orderId)">