linwenxin vor 9 Monaten
Ursprung
Commit
5ca1273051

+ 13 - 0
src/views/workOrder/settleAccountsManagement/engineerFeeSettlement/index.vue

@@ -124,6 +124,19 @@ export default {
     },
     operation() {
       return this.operationBtn({
+        orderDetails: {
+          click: ({ row, index, column }) => {
+            this.$router.push({
+              name: 'workOrderPool',
+              params: {
+                pageName: row.orderBaseId,
+                pageType: 'detail',
+                pageCode: row.orderBaseId,
+                pagePam: 'workOrderInfo'
+              }
+            })
+          }
+        },
         settleAccounts: {
           conditions: ({ row, index, column }) => {
             return row.status == 'ING'