policy/applyLook/applyLook.vue
@@ -17,7 +17,7 @@ <view class="user-info"> <text>{{item.applyUser}}</text> <!-- <view class="driver"></view> --> </view> <view class="user-info"> <text>{{item.applyDeptName}}</text> @@ -68,9 +68,14 @@ orderStatus: 3 } }, { name: '已结束', name: '已上报', value: { orderStatus: 4 } }, { name: '企业已确认', value: { orderStatus: 5 } }], queryParams: { @@ -86,7 +91,8 @@ 2: "待执行", 3: "待上报", '-1':"已拒绝", 4: "已结束" 4: "已上报", 5: "企业已确认" } } }, @@ -138,4 +144,4 @@ /deep/ .u-sticky{ position: -webkit-sticky; } </style> </style>