This commit is contained in:
yuping
2022-12-15 15:52:54 +08:00
parent e5f7e80000
commit de4e218398
2 changed files with 43 additions and 41 deletions

View File

@@ -30,6 +30,7 @@
</div> </div>
</div> </div>
<botton :style="{background:`${data.isSurvery?'#999':'rgb(57, 146, 249)'}`}" class="btn" @click="toSurvery" <botton :style="{background:`${data.isSurvery?'#999':'rgb(57, 146, 249)'}`}" class="btn" @click="toSurvery"
v-if="data.evalFlag && data.evalFlag==='1'"
>{{ data.isSurvery ? '已评估' : '评估' }} >{{ data.isSurvery ? '已评估' : '评估' }}
</botton> </botton>
</div> </div>

View File

@@ -62,6 +62,7 @@
}" }"
class="btn" class="btn"
@click="commitClick" @click="commitClick"
v-if="data.isEvaluate && data.isEvaluate==='1'"
>{{ data.isSurvery ? "已评估" : "评估" }} >{{ data.isSurvery ? "已评估" : "评估" }}
</botton> </botton>
</div> </div>