传感器页面优化

This commit is contained in:
zx
2026-04-20 08:58:58 +08:00
parent 608b645828
commit 4abf1c4df2
6 changed files with 5 additions and 5 deletions

View File

@@ -133,7 +133,7 @@
<script setup name="InboundBill">
import { listInboundBill, getInboundBill, delInboundBill, addInboundBill, updateInboundBill } from "@/api/worn/inboundBill"
import { getColor, getBillType } from '@/untils'
import { getColor, getBillType } from '@/utils/until'
const { proxy } = getCurrentInstance()
const inboundBillList = ref([])