Browse Source

将规格的价格修改成租金名称

master
HY 3 months ago
parent
commit
e9d0d3b371
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      admin-hanhai-vue/src/views/system/GoodsList.vue

+ 1
- 1
admin-hanhai-vue/src/views/system/GoodsList.vue View File

@ -346,7 +346,7 @@
dataIndex: 'originalPrice'
},
{
title: '价格',
title: '租金',
align: 'center',
width: 100,
dataIndex: 'price'


Loading…
Cancel
Save