Browse Source

取消只admin显示我申请的

chenlei 2 months ago
parent
commit
b67e648f4b
1 changed files with 1 additions and 1 deletions
  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'">