Browse Source

管理后台-订单列表:现场订单

panyong 3 years ago
parent
commit
72e8583b9b
1 changed files with 7 additions and 6 deletions
  1. 7 6
      htmldev/manage/src/views/business/oms/list/index.vue

+ 7 - 6
htmldev/manage/src/views/business/oms/list/index.vue

@@ -65,12 +65,13 @@
                      :disabled="booLock"
                      @click="handlePrint(scope.row)">出单
           </el-button>
-          <!--TODO 权限-->
-          <el-button type="text"
-                     :disabled="booLock"
-                     @click="showOrderStatusdialogForm(scope.row)"
-                     v-if="scope.row.order_pay_type === 3">确认支付
-          </el-button>
+          <template v-if="scope.row.order_pay_type === 3">
+            <el-button type="text"
+                       :disabled="booLock"
+                       @click="showOrderStatusdialogForm(scope.row)"
+                       v-permission="'business_oms_order_site'">确认支付
+            </el-button>
+          </template>
           <el-button type="text"
                      v-permission="'business_oms_order_check'"
                      @click="$router.push({name: 'BusinessOMSDetail', query: {id: scope.row.id}})">订单详情