瀏覽代碼

no message

linwenxin 9 月之前
父節點
當前提交
5ca1273051
共有 1 個文件被更改,包括 13 次插入0 次删除
  1. 13 0
      src/views/workOrder/settleAccountsManagement/engineerFeeSettlement/index.vue

+ 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'