商城:

1. 修复秒杀活动,修改商品的秒杀价格,会存在 *100 的问题
This commit is contained in:
YunaiV
2023-08-12 16:25:05 +08:00
parent 9984de0dc7
commit ff8bde207d
4 changed files with 35 additions and 31 deletions

View File

@@ -98,7 +98,6 @@ const handleDelete = (id: number) => {
tableMethods.delList(id, false)
}
// TODO @puhui999要不还是使用原生的 element plus 做。感觉 crud schema 复杂界面,做起来麻烦
/** 初始化 **/
onMounted(() => {
/**