mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-06 17:36:44 +08:00
fix:社招新员工项目配置字段调整
This commit is contained in:
@@ -243,7 +243,7 @@
|
|||||||
<div class="in">
|
<div class="in">
|
||||||
<a-radio-group
|
<a-radio-group
|
||||||
style="width: 108px"
|
style="width: 108px"
|
||||||
v-model:value="projectInfo.test1"
|
v-model:value="projectInfo.allowSelfRegistration"
|
||||||
:disabled="viewDetail ? true : false"
|
:disabled="viewDetail ? true : false"
|
||||||
>
|
>
|
||||||
<a-radio :style="radioStyle" :value="1">是</a-radio>
|
<a-radio :style="radioStyle" :value="1">是</a-radio>
|
||||||
@@ -262,7 +262,7 @@
|
|||||||
<div class="in">
|
<div class="in">
|
||||||
<a-radio-group
|
<a-radio-group
|
||||||
style="width: 108px"
|
style="width: 108px"
|
||||||
v-model:value="projectInfo.test12"
|
v-model:value="projectInfo.bpmApprovalRequired"
|
||||||
:disabled="viewDetail ? true : false"
|
:disabled="viewDetail ? true : false"
|
||||||
>
|
>
|
||||||
<a-radio :style="radioStyle" :value="1">是</a-radio>
|
<a-radio :style="radioStyle" :value="1">是</a-radio>
|
||||||
|
|||||||
Reference in New Issue
Block a user