From da18e62a49eda403884e79309597e999ec275c13 Mon Sep 17 00:00:00 2001 From: "1378012178@qq.com" <1378012178@qq.com> Date: Thu, 26 Feb 2026 08:57:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=BA=E6=9E=84=E7=BB=9F=E8=AE=A1=E3=80=81?= =?UTF-8?q?=E6=9C=BA=E6=9E=84=E5=AE=A1=E6=A0=B8bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/design/index.less | 2 +- .../components/OrgApplyInfoForm.vue | 44 ++++++++++++++++--- 2 files changed, 39 insertions(+), 7 deletions(-) diff --git a/src/design/index.less b/src/design/index.less index 5d4246f..958d707 100644 --- a/src/design/index.less +++ b/src/design/index.less @@ -135,7 +135,7 @@ img, video { html[data-theme='light'] { .jeecg-form-detail-effect { *:not(.ant-select-selection-placeholder){ - color: #606266!important; + color: #606266; } .ant-row label { color: #797c81 !important; diff --git a/src/views/admin/orgapplyinfo/components/OrgApplyInfoForm.vue b/src/views/admin/orgapplyinfo/components/OrgApplyInfoForm.vue index 7c32c6f..d3bd27d 100644 --- a/src/views/admin/orgapplyinfo/components/OrgApplyInfoForm.vue +++ b/src/views/admin/orgapplyinfo/components/OrgApplyInfoForm.vue @@ -182,7 +182,8 @@ - @@ -202,7 +203,27 @@ - + + + + + + + + 审核通过 + 审核驳回 + 审核驳回 + + + + + + + + + @@ -252,7 +273,8 @@ - + @@ -288,8 +310,12 @@ - - 复制 + + + + 复制 + + @@ -358,7 +384,7 @@ const formData = reactive>({ updateTime: '', izEntry: '', name: '', - izHistory:'', + izHistory: '', sex: '', national: '', birthDate: '', @@ -461,6 +487,7 @@ const izApplyAudit = ref(true) * 编辑 */ function edit(record) { + console.log("🌊 ~ edit ~ record:", record) if (record.optType == 'rz' && record.status == '1') { izApplyAudit.value = true; } else { @@ -540,6 +567,7 @@ async function submitForm() { } function handleCopyPlatInfo() { + alert(11111) const { netUrl, accountNo, passwordText } = formData; let copyText = ''; @@ -582,5 +610,9 @@ defineExpose({ .noDisabled { pointer-events: auto !important; cursor: pointer !important; + + *:not(.ant-select-selection-placeholder) { + color: #fff !important; + } }