Commit 18129ef3 by zhuzhequan

报错问题修改

parent 76e2986e
......@@ -21,7 +21,6 @@ declare module 'vue' {
ElForm: typeof import('element-plus/es')['ElForm']
ElFormItem: typeof import('element-plus/es')['ElFormItem']
ElIcon: typeof import('element-plus/es')['ElIcon']
ElImage: typeof import('element-plus/es')['ElImage']
ElInput: typeof import('element-plus/es')['ElInput']
ElMenu: typeof import('element-plus/es')['ElMenu']
ElMenuItem: typeof import('element-plus/es')['ElMenuItem']
......
......@@ -123,7 +123,7 @@
<!-- <span class="order-list-expand_item_value">{{ item.factorySubOrderNumber || '&#45;&#45;'}}</span>-->
<!-- </div>-->
<div
:title="item.shipmentNum || 0"
:title="String(item.shipmentNum || 0)"
class="order-list-expand_item_info_title"
>
<span class="order-list-expand_item_label">发货数量:</span>
......
......@@ -132,7 +132,6 @@ import { OrderData, ProductList } from '@/types/api/order'
import { PropType, ref } from 'vue'
import { CircleCloseFilled } from '@element-plus/icons-vue'
import { showConfirm } from '@/utils/ui'
import { a } from 'vite/dist/node/types.d-jgA8ss1A'
const emit = defineEmits<{
(e: 'changeCurrentRow', v: ProductList): void
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment