فهرست منبع

云中心企业管理申请列表操作判断

hangb 8 سال پیش
والد
کامیت
38e5aa9ac1
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      pages/cloudcenter/enterprise/index.vue

+ 1 - 1
pages/cloudcenter/enterprise/index.vue

@@ -56,7 +56,7 @@
               </thead>
               <tbody>
               <tr v-for="item in apple.content">
-                <td v-if="item.status === 311">
+                <td>
                   <template v-if="item.status === 311">
                     <button class="btn btn-apply" @click="handleClick(true, item)">同意</button>
                     <button class="btn btn-apply" @click="handleClick(false, item)">拒绝</button>