Переглянути джерело

fix: 作废、取消调整code值

Howie 2 роки тому
батько
коміт
7094b79376
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      src/views/supply/pickup/pickup_list.vue

+ 2 - 2
src/views/supply/pickup/pickup_list.vue

@@ -158,7 +158,7 @@ export default {
               ''
             )}
 
-            {this.$checkBtnRole('cancel', this.$route.meta.roles) &&
+            {this.$checkBtnRole('cancelDelete', this.$route.meta.roles) &&
             ((this.isDealer && !row.printNum) || !this.isDealer) ? (
                 <el-popconfirm
                   onOnConfirm={async() => {
@@ -173,7 +173,7 @@ export default {
               ) : (
                 ''
               )}
-              {this.$checkBtnRole('cancelDelete', this.$route.meta.roles) &&
+              {this.$checkBtnRole('cancel', this.$route.meta.roles) &&
             ((this.isDealer && !row.printNum) || !this.isDealer) ? (
                 <el-popconfirm
                   onOnConfirm={async() => {