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;
+ }
}