904af2b4 by renchao@pashanhoo.com

style:不动产单元

1 parent 19ec1029
/*
* @Description:workFramezu.vue组件的方法 头部按钮弹框方法
* @Autor: miaofang
* @LastEditTime: 2023-07-17 14:04:00
* @LastEditTime: 2023-07-17 14:20:28
*/
import { getPrintTemplateByCode } from "@/api/print";
import { getQllxByBdcdyid } from "@/api/djbDetail.js";
......@@ -78,7 +78,7 @@ export default {
switch (item.value) {
case "B0":
// this.openDialog()
this.$alert('此功能正在开发', '标题', {
this.$alert('此功能正在开发', '提示', {
confirmButtonText: '确定',
})
break;
......
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-17 14:00:39
* @LastEditTime: 2023-07-17 14:20:17
*/
import { getPrintTemplateByCode } from "@/api/print";
import { uploadUndo } from "@/api/clxx";
......@@ -66,7 +66,7 @@ export default {
switch (item.value) {
case "B0":
// this.openDialog()
this.$alert('此功能正在开发', '标题', {
this.$alert('此功能正在开发', '提示', {
confirmButtonText: '确定',
})
break;
......