| | |
| | | <el-table-column label="联系电话" align="center" prop="phone" width="150px" /> |
| | | <el-table-column label="工作单位" align="center" prop="unitname" width="150px" /> |
| | | --> |
| | | <el-table-column label="备注" align="center" prop="remark" /> |
| | | <el-table-column label="操作" fixed="right" align="center" class-name="small-padding fixed-width" width="280px"> |
| | | <template slot-scope="scope"> |
| | | <el-button v-if="scope.row.recordstatus == -1 || |
| | |
| | | handleAdd() { |
| | | this.$router.push({ |
| | | path: "/finance/fundcontext/", |
| | | query: { id: 0, businessType: "4", operationtype: "add" } |
| | | query: { id: 0, businessType: "4", operationType: "add" } |
| | | }); |
| | | |
| | | this.istrue += 2; |
| | |
| | | handleUpdate(row) { |
| | | this.$router.push({ |
| | | path: "/finance/fundcontext/", |
| | | query: { id: row.id, businessType: "4", operationtype: "edit" } |
| | | query: { id: row.id, businessType: "4", operationType: "update" } |
| | | }); |
| | | |
| | | this.isopen = 0; |
| | |
| | | handleDetail(row) { |
| | | this.$router.push({ |
| | | path: "/finance/fundcontext/", |
| | | query: { id: row.id, businessType: "4", operationtype: "detail" } |
| | | query: { id: row.id, businessType: "4", operationType: "detail"} |
| | | }); |
| | | |
| | | this.isopen = 0; |