|
@@ -63,9 +63,7 @@
|
|
|
<div style="padding:20px 50px;display:flex" class="fixed-btn">
|
|
<div style="padding:20px 50px;display:flex" class="fixed-btn">
|
|
|
<el-button @click="$router.go(-1)">返回</el-button>
|
|
<el-button @click="$router.go(-1)">返回</el-button>
|
|
|
<div style="flex-grow:1"></div>
|
|
<div style="flex-grow:1"></div>
|
|
|
- <el-button type="primary" v-if="submitList.length !== 0" @click="saveExpertScore">
|
|
|
|
|
- 最终评分
|
|
|
|
|
- </el-button>
|
|
|
|
|
|
|
+ <el-button type="primary" v-if="submitList.length !== 0" @click="saveExpertScore">最终评分</el-button>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</template>
|
|
</template>
|