优化员工管理详情页样式
This commit is contained in:
parent
f44d804691
commit
82ad11d3c4
|
|
@ -153,7 +153,7 @@
|
|||
</a-form>
|
||||
</template>
|
||||
</JFormContainer>
|
||||
<JFormContainer>
|
||||
<JFormContainer :disabled="disabled">
|
||||
<template #detail>
|
||||
<a-form ref="formRef" class="antd-modal-form" :labelCol="labelCol2" :wrapperCol="wrapperCol2"
|
||||
name="EmployeesApplyForm">
|
||||
|
|
@ -251,6 +251,13 @@
|
|||
</a-tabs>
|
||||
</a-col>
|
||||
</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-col :span="24" style="border-bottom: 2px solid #f7f7f7; margin-bottom: 14px;">
|
||||
<div v-if="formData.applyType == 0">
|
||||
|
|
|
|||
|
|
@ -239,7 +239,9 @@ function handleChangeValidateStatus(record,checked) {
|
|||
// console.log("🚀 ~ reload ~ list:", list.records)
|
||||
|
||||
defHttp.get({url: '/nuBaseInfo/nuBaseInfo/qyList',params:queryParam}).then(res => {
|
||||
console.log("🌊 ~ reload ~ res1111111:", res)
|
||||
console.log("🚀 ~ defHttp.get ~ res:", res)
|
||||
|
||||
tableData.value = res.records;
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue