diff --git a/components.d.ts b/components.d.ts
index 6dcfec9..ef2e1cc 100644
--- a/components.d.ts
+++ b/components.d.ts
@@ -15,6 +15,7 @@ declare module '@vue/runtime-core' {
ChatRecord: typeof import('./src/components/chatRecord.vue')['default']
ConfirmModal: typeof import('./src/components/confirmModal.vue')['default']
copy: typeof import('./src/components/isOkModal copy.vue')['default']
+ CouponDetail: typeof import('./src/components/couponDetail.vue')['default']
DeleteModal: typeof import('./src/components/DeleteModal.vue')['default']
DoctorModal: typeof import('./src/components/doctorModal.vue')['default']
ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider']
diff --git a/src/components/couponDetail.vue b/src/components/couponDetail.vue
new file mode 100644
index 0000000..2ca6829
--- /dev/null
+++ b/src/components/couponDetail.vue
@@ -0,0 +1,300 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 小程序
+
+
+
+
+
+
+
+
+
+ 全场通用
+ 问诊
+ 按品牌适用
+ 按类别适用
+ 单品使用
+ 全品类药品
+
+
+
+
+
+
+
+ 无门槛
+ 满减
+ 数量
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 绝对时效
+ 相对时效
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {
+ isVisible = true;
+ modalForm.coupon_id='';
+ }
+ "
+ >添加
+
+
+
+ {
+ okVisible = true;
+ modalForm.coupon_id='';
+ }
+ "
+ >保存
+
+
+
+
+
+
+ {
+ doctorVisible = false;
+ doctor_id = '';
+ }
+ "
+ >
+
+ {
+ patientVisible = false;
+ }
+ "
+ >
+
+
+
\ No newline at end of file
diff --git a/src/components/inquiryDetailModal.vue b/src/components/inquiryDetailModal.vue
index 0719c4c..19f4410 100644
--- a/src/components/inquiryDetailModal.vue
+++ b/src/components/inquiryDetailModal.vue
@@ -311,7 +311,6 @@ const handleClose = () => {