@@ -53,7 +53,7 @@
<delay-record-form v-if="delayVisible" :record-selected="recordSelected" @close="handleDialogClose" />
</el-dialog>
<el-dialog
- title="批量作废"
+ title="批量作废机型"
:visible.sync="cancalVisible"
width="80%"
:append-to-body="true"
@@ -124,7 +124,7 @@ export default {
[
{
- name: '批量作废',
+ name: '批量作废机型',
click: () => {
if (!this.recordSelected.length) {
this.$errorMsg('请选择内容')