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