diff --git a/project/xiushan/apps/finance/AppLoanAudit/loanDetail.vue b/project/xiushan/apps/finance/AppLoanAudit/loanDetail.vue
index 539d549f..1904127c 100644
--- a/project/xiushan/apps/finance/AppLoanAudit/loanDetail.vue
+++ b/project/xiushan/apps/finance/AppLoanAudit/loanDetail.vue
@@ -27,7 +27,9 @@
{{ detail.enterpriseName }}
- 企业详情
+
+
+
{{ detail.areaName }}
@@ -36,7 +38,9 @@
{{ detail.name }}
-
+
+
+
{{ detail.idNumber }}
@@ -93,20 +97,6 @@
-
-
-
- 关闭
-
-
-
-
-
- 关闭
-
-
@@ -114,10 +104,11 @@
import {mapState} from "vuex";
import EnterpriseDialog from "../../../components/enterpriseDialog";
import PersonCreditReport from "../../../components/personCreditReport";
+import AiDialogBtn from "../../../components/AiDialogBtn";
export default {
name: "loanDetail",
- components: {PersonCreditReport, EnterpriseDialog},
+ components: {AiDialogBtn, PersonCreditReport, EnterpriseDialog},
props: {
instance: Function,
dict: Object,
@@ -147,7 +138,6 @@ export default {
loanDate: [{required: true, message: "请选择 放款日期"}],
auditDescription: [{required: true, message: "请输入 审批意见"}],
},
- isShow: false,
personCR: false
}
},
diff --git a/project/xiushan/apps/financing/AppFinancingNeeds/needsDetail.vue b/project/xiushan/apps/financing/AppFinancingNeeds/needsDetail.vue
index 1b09d3f2..1bf4227f 100644
--- a/project/xiushan/apps/financing/AppFinancingNeeds/needsDetail.vue
+++ b/project/xiushan/apps/financing/AppFinancingNeeds/needsDetail.vue
@@ -26,14 +26,18 @@
{{ detail.enterpriseName }}
- 企业详情
+
+
+
-
+
+
+
{{ detail.areaName }}
@@ -45,14 +49,6 @@
-
-
-
- 关闭
-
-
@@ -62,10 +58,11 @@
import {mapState} from "vuex";
import EnterpriseDialog from "../../../components/enterpriseDialog";
import PersonCreditReport from "../../../components/personCreditReport";
+import AiDialogBtn from "../../../components/AiDialogBtn";
export default {
name: "needsDetail",
- components: {PersonCreditReport, EnterpriseDialog},
+ components: {AiDialogBtn, PersonCreditReport, EnterpriseDialog},
props: {
instance: Function,
dict: Object,
@@ -81,7 +78,6 @@ export default {
return {
detail: {},
info: {},
- isShow: false,
}
},
methods: {
diff --git a/project/xiushan/apps/financing/AppGrabLog/grabDetail.vue b/project/xiushan/apps/financing/AppGrabLog/grabDetail.vue
index 4edb8e68..3249b3b5 100644
--- a/project/xiushan/apps/financing/AppGrabLog/grabDetail.vue
+++ b/project/xiushan/apps/financing/AppGrabLog/grabDetail.vue
@@ -23,15 +23,17 @@
{{ detail.enterpriseName }}
-
- 企业详情
-
+
+
+
{{ detail.createUserName }}
-
+
+
+
{{ detail.areaName }}
@@ -75,14 +77,6 @@
-
-
-
- 关闭
-
-
@@ -90,10 +84,12 @@
import {mapState} from "vuex";
import EnterpriseDialog from "../../../components/enterpriseDialog";
import PersonCreditReport from "../../../components/personCreditReport";
+import AiDialogBtn from "../../../components/AiDialogBtn";
+
export default {
name: "grabDetail",
- components: {PersonCreditReport, EnterpriseDialog},
+ components: {AiDialogBtn, PersonCreditReport, EnterpriseDialog},
props: {
instance: Function,
dict: Object,
@@ -115,7 +111,6 @@ export default {
auditLifespan: [{required: true, message: "请选择 使用期限"}],
loanDate: [{required: true, message: "请选择 放款日期"}],
},
- showEnterpriseDetail: false
}
},
methods: {
diff --git a/project/xiushan/components/AiDialogBtn.vue b/project/xiushan/components/AiDialogBtn.vue
new file mode 100644
index 00000000..7f95ad86
--- /dev/null
+++ b/project/xiushan/components/AiDialogBtn.vue
@@ -0,0 +1,34 @@
+
+
+
+
+ {{ text }}
+
+
+
+
+ 关闭
+
+
+
+
+
+
+
+