mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-20 08:16:48 +08:00
init
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user