yichael 4 лет назад
Родитель
Сommit
841182fc87
2 измененных файлов с 1 добавлено и 10 удалено
  1. 1 1
      components/student/project.vue
  2. 0 9
      components/user/stuManage.vue

+ 1 - 1
components/student/project.vue

@@ -77,7 +77,7 @@
 					<view class="m_row">
 						<view class="m_row_link">
 						</view>
-						<view class="m_row_title" v-text="'成员管理'">
+						<view class="m_row_title" v-text="'成员信息'">
 						</view>
 						<view style="position: relative;margin-left: 40rpx;">
 							<div class="triangle_border_down">

+ 0 - 9
components/user/stuManage.vue

@@ -35,15 +35,6 @@
 					</tbody>
 				</table>
 			</view>
-			<!-- <view class="m_right_footer">
-				<view class="m_paging">
-					<text selectable="true"class="m_paging_item m_paging_upper" @click="onClick_last" v-show="currentPage>1">上一页</text>
-					<text selectable="true"class="m_paging_item" :key="i" v-for="i in currentPage" @click="paging(i)" :class="i==currentPage?'p_act':''">
-						{{i}}
-					</text>
-					<text selectable="true"class="m_paging_item m_paging_lower" @click="onClick_next" v-show="currentPage>1">下一页</text>
-				</view>
-			</view> -->
 			<view class="m_right_footer">
 				<view class="m_paging">
 					<text class="m_paging_item m_paging_upper" v-show="bShowLastPageBtn" @click="onClick_last()">上一页</text>