基本功能都已完成

This commit is contained in:
王利强
2026-02-08 09:30:43 +08:00
parent 1ad538f351
commit 721ef0ad54
494 changed files with 6837 additions and 42302 deletions

View File

@@ -12,7 +12,7 @@
<view class="popup-title text-bold">新增设备</view>
<view class="popup-close" @click="showAddPopup = false">×</view>
</view>
<view class="popup-body">
<scroll-view class="popup-body" scroll-y :style="{ height: '60vh' }">
<!-- 在这里填写表单内容 -->
<view class="flex">
<view class=" margin-bottom">型号</view>
@@ -64,7 +64,7 @@
</view>
<view class="margin-top-sm margin-bottom margin-top">备注</view>
<up-textarea v-model="value1" placeholder="请输入备注"></up-textarea>
</view>
</scroll-view>
<view class="popup-footer">
<button class="btn-cancel" @click="showAddPopup = false">取消</button>
<button class="btn-confirm bg-blue" @click="handleAdd">确定</button>
@@ -169,8 +169,6 @@
.popup-body {
padding: 30rpx;
max-height: 60vh;
overflow-y: auto;
}
.popup-footer {