|
@@ -656,6 +656,8 @@
|
|
|
<el-radio :label="false" >暂时停用</el-radio>
|
|
|
</el-radio-group>
|
|
|
</el-form-item>
|
|
|
+ <p style="text-align:center; margin:0 auto; color:orange" v-if="isPermanent">永久停用会将该员工从项目参与人中移除</p>
|
|
|
+ <p style="text-align:center; margin:0 auto; color:orange" v-if="!isPermanent">临时停用会保留该员工参与的项目</p>
|
|
|
</el-form>
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
<el-button type="default" @click="deactiveDialog = false">{{ $t('btn.cancel') }}</el-button>
|