fix: 编辑用例新增不显示上一条下一条
This commit is contained in:
parent
6243e3a410
commit
f2c93f828b
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue