h5/pages/staff/task/index.vue
@@ -65,6 +65,7 @@ <view class="box_list_item" v-for="(item, index) in dataList" @click="handleAppr(item)" :key="index" > <view class="box_list_item_head"> @@ -117,7 +118,6 @@ <text v-if="item.param2 == '0'" class="btn" @click="handleAppr(item)" >去处理</text > </view>