|
@@ -274,12 +274,12 @@
|
|
|
@click="handleDetails(scope.row)"
|
|
@click="handleDetails(scope.row)"
|
|
|
v-hasPermi="['store:storeOrder:query']"
|
|
v-hasPermi="['store:storeOrder:query']"
|
|
|
>查看</el-button>
|
|
>查看</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>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
</el-table>
|
|
</el-table>
|