main
zhangqun 1 year ago
parent b8e7d66803
commit 604208b6f1
  1. 4
      pages/investigation/task.vue

@ -175,9 +175,9 @@
</view>
</view>
</view>
<u-checkbox-group v-model="checked" iconPlacement="right" placement="row">
<u-checkbox-group v-model="checked" iconPlacement="right" placement="column">
<u-checkbox v-for="(item,index) in troubleshootingData" :key="index" :label="item.itemname" activeColor="#2663BF"
:name="item.id" @click="showInvestigationTag2(item)"></u-checkbox>
:name="item.id" @click="showInvestigationTag2(item)" style="padding: 8px 12px;"></u-checkbox>
</u-checkbox-group>
<u-popup :show="showInvestigation" @close="showInvestigation = false">
<InvestigationItem @select="select2"></InvestigationItem>

Loading…
Cancel
Save