feat:设备使用记录

This commit is contained in:
houjunxiang
2026-03-05 16:54:47 +08:00
parent 749ac7f507
commit 9c88c45d66
357 changed files with 21486 additions and 5845 deletions

View File

@@ -49,7 +49,8 @@
class="da-tree-item__label"
:class="'da-tree-item__label--' + item.checkedStatus"
@click="handleLabelClick(item)"
><text>{{ item.label }} </text><text class="da-tree-item__label--append" v-if="item.append">{{ item.append }}</text></view
><text>{{ item.label }} </text
><text class="da-tree-item__label--append" v-if="item.append">{{ item.append }}</text></view
>
</view>
</scroll-view>
@@ -1154,8 +1155,8 @@ export default defineComponent({
flex: 1;
margin-left: 2px;
color: #555;
display: flex;
flex-direction: column;
display: flex;
flex-direction: column;
&--2 {
color: var(--theme-color, #007aff);