Browse Source

bug 修复

lilei 4 years ago
parent
commit
4910221989
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/shop/goodsShelves.vue

+ 1 - 1
src/views/shop/goodsShelves.vue

@@ -89,7 +89,7 @@ export default {
         width: 120,
         width: 120,
         align: 'center',
         align: 'center',
         customRender: (text) => {
         customRender: (text) => {
-          return text || '--'
+          return text || '0'
         }
         }
       },
       },
       {
       {