Commit 02e86d73 authored by 李腾's avatar 李腾

fix: 列表商品名称更换为spuName

parent d8e17dab
...@@ -217,7 +217,7 @@ const OrderList = ref => { ...@@ -217,7 +217,7 @@ const OrderList = ref => {
const columns = [ const columns = [
{ {
title: '商品', title: '商品',
dataIndex: 'skuName', dataIndex: 'spuName',
align: 'left', align: 'left',
width: 350, width: 350,
render: ({ value, subRecord }) => { render: ({ value, subRecord }) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment