浏览代码

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

panyong 3 年之前
父节点
当前提交
72e8583b9b
共有 1 个文件被更改,包括 7 次插入6 次删除
  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}})">订单详情