فهرست منبع

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() => {