|
@@ -551,7 +551,7 @@
|
|
|
</el-select>
|
|
|
</template>
|
|
|
<template v-else-if="!user.timeType.hideStages"><!-- 项目的阶段 -->
|
|
|
- <span v-if="domain.stages != null && domain.stages.length> 0" style="margin-left:45px;">{{$t('other.inputStage')}}</span>
|
|
|
+ <span v-if="domain.stages != null && domain.stages.length> 0" style="margin-left:45px;"><span v-if="user.companyId == 3092" style="color:red;margin-right: 4px">*</span>{{$t('other.inputStage')}}</span>
|
|
|
<el-select v-model="domain.stage" :placeholder="$t('defaultText.pleaseChoose')" style="width:200px;margin-left:10px;"
|
|
|
clearable="true" v-if="domain.stages != null && domain.stages.length> 0"
|
|
|
@change="changeStages(domain, index)"
|
|
@@ -780,7 +780,7 @@
|
|
|
</el-select>
|
|
|
<!-- 项目的阶段 -->
|
|
|
<span v-if="domain.stages != null && domain.stages.length> 0"
|
|
|
- style="margin-left:30px;">{{$t('other.inputStage')}}</span>
|
|
|
+ style="margin-left:30px;"> {{$t('other.inputStage')}}</span>
|
|
|
<el-select v-model="domain.stage" :placeholder="$t('defaultText.pleaseChoose')" style="width:200px;margin-left:10px;"
|
|
|
clearable="true" v-if="domain.stages != null && domain.stages.length> 0"
|
|
|
@change="changeStages(domain, index)"
|