소스 검색

修改注释

QuYueTing 2 달 전
부모
커밋
3d707ab461
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      fhKeeper/formulahousekeeper/timesheet/src/views/team/index.vue

+ 2 - 0
fhKeeper/formulahousekeeper/timesheet/src/views/team/index.vue

@@ -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>