jiangping
2024-08-09 20d2f06486e57b82a9045a754dd538a8a37e5c80
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>