Ver Fonte

隐藏费用申请单按钮

pengyh há 1 ano atrás
pai
commit
7399e0f430
1 ficheiros alterados com 12 adições e 12 exclusões
  1. 12 12
      src/views/engineeringMaintenance/basicData/index.vue

+ 12 - 12
src/views/engineeringMaintenance/basicData/index.vue

@@ -1,6 +1,6 @@
 <template>
 	<div class="page">
-		<template-page v-if="!formDialog" ref="pageRef" :get-list="getList" :table-attributes="tableAttributes" :table-events="tableEvents" :operationColumnWidth="200"
+		<template-page v-if="!formDialog" ref="pageRef" :get-list="getList" :table-attributes="tableAttributes" :table-events="tableEvents" :operationColumnWidth="150"
 		  :options-evens-group="optionsEvensGroup" :moreParameters="moreParameters" :column-parsing="columnParsing"
 		  :operation="operation()">
 		</template-page>
@@ -133,17 +133,17 @@ export default {
 					this.openForm()
 				}
 			},
-			expenseApply: {
-				btnType: 'text',
-				click: ({ row, index, column }) => {
-					this.$router.push({
-						name: row.isAllFee=='YES'?"allInclusiveExpense":'applicationWithoutFee',
-						query: {
-							rpProjectRepairId:row.id
-						}
-					})
-				}
-			},
+			// expenseApply: {
+			// 	btnType: 'text',
+			// 	click: ({ row, index, column }) => {
+			// 		this.$router.push({
+			// 			name: row.isAllFee=='YES'?"allInclusiveExpense":'applicationWithoutFee',
+			// 			query: {
+			// 				rpProjectRepairId:row.id
+			// 			}
+			// 		})
+			// 	}
+			// },
 			serviceOrderDetail: {
 				btnType: 'text',
 				click: ({ row, index, column }) => {