Ver código fonte

按钮影藏

yuhongqi 2 semanas atrás
pai
commit
6210aa1249
1 arquivos alterados com 6 adições e 6 exclusões
  1. 6 6
      src/views/store/storeOrder/list.vue

+ 6 - 6
src/views/store/storeOrder/list.vue

@@ -274,12 +274,12 @@
                 @click="handleDetails(scope.row)"
                 v-hasPermi="['store:storeOrder:query']"
               >查看</el-button>
-               <el-button
-                size="mini"
-                type="text"
-                @click="handleGenPayUrl(scope.row)"
-                v-hasPermi="['store:storeOrder:genPayUrl']"
-              >生成付款链接</el-button>
+<!--               <el-button-->
+<!--                size="mini"-->
+<!--                type="text"-->
+<!--                @click="handleGenPayUrl(scope.row)"-->
+<!--                v-hasPermi="['store:storeOrder:genPayUrl']"-->
+<!--              >生成付款链接</el-button>-->
             </template>
           </el-table-column>
         </el-table>