guhongwei 2 anos atrás
pai
commit
aa24f8a965
1 arquivos alterados com 0 adições e 3 exclusões
  1. 0 3
      src/views/menu/apply/index.vue

+ 0 - 3
src/views/menu/apply/index.vue

@@ -31,19 +31,16 @@ export default {
   },
   data: function () {
     return {
-      // 数据项
       fields: [
         { label: '联系人', prop: 'user_name', filter: true },
         { label: '联系电话', prop: 'user_phone', filter: true },
         { label: '审核时间', prop: 'examine_date' },
         { label: '审核状态', prop: 'status_name' },
       ],
-      //操作项
       opera: [
         { label: '详情', method: 'view' },
         { label: '领取确定', method: 'receive', type: 'success', confirm: true, display: (i) => i.status == '2' },
       ],
-      //表格数据
       list: [
         {
           id: '111',