Commit 54e49d0a by linjinhong

fix:修改样式

parent 5d1559bf
<script setup lang="ts">
defineOptions({
name: 'OrderTracking',
})
import {
factoryWarehouseInfo,
warehouseInfo,
......@@ -477,7 +480,6 @@ onMounted(() => {
<template #top>
<el-card>
<ElForm :model="searchForm" size="default" inline class="search-form">
<div>
<ElFormItem label="仓库">
<ElSelect
v-model="searchForm.warehouseId"
......@@ -592,7 +594,7 @@ onMounted(() => {
></el-option>
</ElSelect>
</ElFormItem>
</div>
<ElFormItem label="类型">
<el-radio-group v-model="searchForm.customizedQuantity">
<el-radio-button value="single">单面</el-radio-button>
......
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