优化员工管理详情页样式

This commit is contained in:
1378012178@qq.com 2025-10-29 10:26:27 +08:00
parent f44d804691
commit 82ad11d3c4
2 changed files with 10 additions and 1 deletions

View File

@ -153,7 +153,7 @@
</a-form> </a-form>
</template> </template>
</JFormContainer> </JFormContainer>
<JFormContainer> <JFormContainer :disabled="disabled">
<template #detail> <template #detail>
<a-form ref="formRef" class="antd-modal-form" :labelCol="labelCol2" :wrapperCol="wrapperCol2" <a-form ref="formRef" class="antd-modal-form" :labelCol="labelCol2" :wrapperCol="wrapperCol2"
name="EmployeesApplyForm"> name="EmployeesApplyForm">
@ -251,6 +251,13 @@
</a-tabs> </a-tabs>
</a-col> </a-col>
</a-row> </a-row>
</a-form>
</template>
</JFormContainer>
<JFormContainer :disabled="disabled">
<template #detail>
<a-form ref="formRef" class="antd-modal-form" :labelCol="labelCol" :wrapperCol="wrapperCol"
name="EmployeesApplyForm">
<a-row class="card-class"> <a-row class="card-class">
<a-col :span="24" style="border-bottom: 2px solid #f7f7f7; margin-bottom: 14px;"> <a-col :span="24" style="border-bottom: 2px solid #f7f7f7; margin-bottom: 14px;">
<div v-if="formData.applyType == 0"> <div v-if="formData.applyType == 0">

View File

@ -239,7 +239,9 @@ function handleChangeValidateStatus(record,checked) {
// console.log("🚀 ~ reload ~ list:", list.records) // console.log("🚀 ~ reload ~ list:", list.records)
defHttp.get({url: '/nuBaseInfo/nuBaseInfo/qyList',params:queryParam}).then(res => { defHttp.get({url: '/nuBaseInfo/nuBaseInfo/qyList',params:queryParam}).then(res => {
console.log("🌊 ~ reload ~ res1111111:", res)
console.log("🚀 ~ defHttp.get ~ res:", res) console.log("🚀 ~ defHttp.get ~ res:", res)
tableData.value = res.records; tableData.value = res.records;
}); });