style:不动产单元
Showing
2 changed files
with
4 additions
and
4 deletions
1 | /* | 1 | /* |
2 | * @Description:workFramezu.vue组件的方法 头部按钮弹框方法 | 2 | * @Description:workFramezu.vue组件的方法 头部按钮弹框方法 |
3 | * @Autor: miaofang | 3 | * @Autor: miaofang |
4 | * @LastEditTime: 2023-07-17 14:04:00 | 4 | * @LastEditTime: 2023-07-17 14:20:28 |
5 | */ | 5 | */ |
6 | import { getPrintTemplateByCode } from "@/api/print"; | 6 | import { getPrintTemplateByCode } from "@/api/print"; |
7 | import { getQllxByBdcdyid } from "@/api/djbDetail.js"; | 7 | import { getQllxByBdcdyid } from "@/api/djbDetail.js"; |
... | @@ -78,7 +78,7 @@ export default { | ... | @@ -78,7 +78,7 @@ export default { |
78 | switch (item.value) { | 78 | switch (item.value) { |
79 | case "B0": | 79 | case "B0": |
80 | // this.openDialog() | 80 | // this.openDialog() |
81 | this.$alert('此功能正在开发', '标题', { | 81 | this.$alert('此功能正在开发', '提示', { |
82 | confirmButtonText: '确定', | 82 | confirmButtonText: '确定', |
83 | }) | 83 | }) |
84 | break; | 84 | break; | ... | ... |
1 | /* | 1 | /* |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-07-17 14:00:39 | 4 | * @LastEditTime: 2023-07-17 14:20:17 |
5 | */ | 5 | */ |
6 | import { getPrintTemplateByCode } from "@/api/print"; | 6 | import { getPrintTemplateByCode } from "@/api/print"; |
7 | import { uploadUndo } from "@/api/clxx"; | 7 | import { uploadUndo } from "@/api/clxx"; |
... | @@ -66,7 +66,7 @@ export default { | ... | @@ -66,7 +66,7 @@ export default { |
66 | switch (item.value) { | 66 | switch (item.value) { |
67 | case "B0": | 67 | case "B0": |
68 | // this.openDialog() | 68 | // this.openDialog() |
69 | this.$alert('此功能正在开发', '标题', { | 69 | this.$alert('此功能正在开发', '提示', { |
70 | confirmButtonText: '确定', | 70 | confirmButtonText: '确定', |
71 | }) | 71 | }) |
72 | break; | 72 | break; | ... | ... |
-
Please register or sign in to post a comment