|
|
|
@ -175,9 +175,9 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</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" |
|
|
|
<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-checkbox-group> |
|
|
|
<u-popup :show="showInvestigation" @close="showInvestigation = false"> |
|
|
|
<u-popup :show="showInvestigation" @close="showInvestigation = false"> |
|
|
|
<InvestigationItem @select="select2"></InvestigationItem> |
|
|
|
<InvestigationItem @select="select2"></InvestigationItem> |
|
|
|
|