浏览代码

Merge branch 'ch/bug7297' of eta_forum/eta_forum_admin_front into debug

leichen 2 月之前
父节点
当前提交
dc49804ac8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/etaTrial/etaTrialList.vue

+ 1 - 1
src/views/etaTrial/etaTrialList.vue

@@ -7,7 +7,7 @@
           <template v-if="currentPath === '/etaTrial/etaTrialList'">
             <t-button @click="changePath('/etaTrial/etaAddApproval')">新增试用客户</t-button>
             <t-button plain @click="changePath('/etaTrial/etaApprovalList')" style="margin-left: 30px;">客户管理</t-button>
-            <t-checkbox v-if="Role.includes('admin')" v-model="onlyMine" @change="onlyMineChange" style="margin-left: 30px; line-height: 40px;">我申请的</t-checkbox>
+            <t-checkbox v-model="onlyMine" @change="onlyMineChange" style="margin-left: 30px; line-height: 40px;">我申请的</t-checkbox>
           </template>
           <!-- 客户列表 -->
           <template v-if="currentPath === '/etaTrial/etaApprovalList'">