fix: 编辑用例新增不显示上一条下一条

This commit is contained in:
chenjianxing 2021-01-22 16:32:13 +08:00
parent 6243e3a410
commit f2c93f828b
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
</span>
</el-col>
<el-col class="head-right" :span="19">
<ms-previous-next-button v-if="operationType = 'edit'" :index="index" @pre="handlePre" @next="handleNext" :list="testCases"/>
<ms-previous-next-button v-if="operationType == 'edit'" :index="index" @pre="handlePre" @next="handleNext" :list="testCases"/>
</el-col>
</el-row>
</template>