fix: 🧩 删除无用代码

This commit is contained in:
2025-03-31 10:36:55 +08:00
parent 2d7470c133
commit aeaf68307f
5 changed files with 4 additions and 152 deletions

View File

@@ -14,9 +14,6 @@
:request-api="getProductBuypassListApi"
:init-param="dataStore.initParam"
>
<!-- <template #imgUrl="scope">
<el-image :src="scope.row.imgUrl ? h + scope.row.imgUrl : ''" style="width: 60px; height: 60px" />
</template> -->
<template #status="scope">
<el-tag type="success" effect="dark">{{ scope.row.status }}</el-tag>
</template>