ZQN
2024-09-04 ac2d51c87cc77895e33561ea124d65338997d188
policy/applyRecord/applyRecord.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>
@@ -73,9 +73,14 @@
                  checkStatus: -1
               }
            }, {
               name: '已结束',
               name: '已上报',
               value: {
                  orderStatus: 4
               }
            }, {
               name: '企业已确认',
               value: {
                  orderStatus: 5
               }
            }],
            queryParams: {
@@ -91,7 +96,8 @@
               2: "待执行",
               3: "待上报",
               '-1':"已拒绝",
               4: "已结束"
               4: "已上报",
               5: "企业已确认"
            }
         }
      },
@@ -142,4 +148,4 @@
   /deep/ .u-sticky{
          position: -webkit-sticky;
   }
</style>
</style>