zh 2 лет назад
Родитель
Сommit
a0f075b687
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/views/sales_policy/policy_list.vue

+ 2 - 2
src/views/sales_policy/policy_list.vue

@@ -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('请选择内容')