guhongwei 4 years ago
parent
commit
294d2aab65

+ 1 - 1
src/views/adminCenter/company/coupons/couponsResult.vue

@@ -31,7 +31,7 @@ export default {
       total: 0,
       opera: [
         {
-          label: '查看',
+          label: '查看详情',
           method: 'view',
         },
       ],

+ 1 - 1
src/views/adminCenter/coupons/apply.vue

@@ -38,7 +38,7 @@ export default {
           },
         },
         {
-          label: '查看',
+          label: '查看详情',
           method: 'view',
           display: (item) => {
             return item.status == '1' || item.status == '-1';