style:银行机构备案
Showing
1 changed file
with
2 additions
and
2 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-11-07 13:32:51 | 4 | * @LastEditTime: 2023-11-10 13:43:21 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <div class="from-clues"> | 7 | <div class="from-clues"> |
| ... | @@ -139,7 +139,7 @@ | ... | @@ -139,7 +139,7 @@ |
| 139 | }) | 139 | }) |
| 140 | }, | 140 | }, |
| 141 | handleEdit (row) { | 141 | handleEdit (row) { |
| 142 | this.$popupDialog("编辑企业", "xxba/components/addDialog", { isAdd: 2, ...row }, "75%") | 142 | this.$popupDialog("编辑银行", "xxba/components/addDialog", { isAdd: 2, ...row }, "75%") |
| 143 | } | 143 | } |
| 144 | } | 144 | } |
| 145 | } | 145 | } | ... | ... |
-
Please register or sign in to post a comment