diff --git a/project/xumu/AppInsuranceAudit/add.vue b/project/xumu/AppInsuranceAudit/add.vue
index e4d95061..cd7fb23c 100644
--- a/project/xumu/AppInsuranceAudit/add.vue
+++ b/project/xumu/AppInsuranceAudit/add.vue
@@ -2,6 +2,7 @@
import { mapState } from "vuex"
import AiEartagPicker from "@project/xumu/components/AiEartagPicker.vue";
import AiIdcardRemote from "@project/xumu/components/AiIdcardRemote.vue";
+import AiAudit from "../components/AiAudit.vue";
const columns = [
{ label: "序号", type: "index" },
@@ -11,7 +12,7 @@ const columns = [
]
export default {
name: "iaAdd",
- components: { AiIdcardRemote, AiEartagPicker },
+ components: { AiIdcardRemote, AiEartagPicker, AiAudit},
props: {
instance: Function,
permissions: Function,
@@ -129,8 +130,8 @@ export default {
-
+
@@ -163,7 +164,8 @@ export default {
@@ -181,8 +183,7 @@ export default {
-
+ detail.auditStatus = v" />
diff --git a/project/xumu/components/AiAudit.vue b/project/xumu/components/AiAudit.vue
new file mode 100644
index 00000000..b247c974
--- /dev/null
+++ b/project/xumu/components/AiAudit.vue
@@ -0,0 +1,19 @@
+
+
+
+
\ No newline at end of file