|
@@ -1,6 +1,6 @@
|
|
<template>
|
|
<template>
|
|
<div class="page">
|
|
<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"
|
|
:options-evens-group="optionsEvensGroup" :moreParameters="moreParameters" :column-parsing="columnParsing"
|
|
:operation="operation()">
|
|
:operation="operation()">
|
|
</template-page>
|
|
</template-page>
|
|
@@ -133,17 +133,17 @@ export default {
|
|
this.openForm()
|
|
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: {
|
|
serviceOrderDetail: {
|
|
btnType: 'text',
|
|
btnType: 'text',
|
|
click: ({ row, index, column }) => {
|
|
click: ({ row, index, column }) => {
|