feat:【mall 商城】交易订单(100% ele 部分)

This commit is contained in:
YunaiV
2025-10-15 21:17:05 +08:00
parent daf01c0da8
commit d9da7bd6fb
4 changed files with 90 additions and 215 deletions

View File

@@ -345,7 +345,7 @@ onMounted(async () => {
<div>
<OperateLogGrid table-title="操作日志">
<template #userType="{ row }">
<Tag v-if="row.userId === 0" color="default"> 系统 </Tag>
<Tag v-if="row.userType === 0" color="default"> 系统 </Tag>
<DictTag :type="DICT_TYPE.USER_TYPE" :value="row.userType" />
</template>
</OperateLogGrid>