From c7b547cf132f3607e418b4dbd870a46eac3a1048 Mon Sep 17 00:00:00 2001 From: web <candymxq888@outlook.com> Date: 星期一, 21 七月 2025 17:15:54 +0800 Subject: [PATCH] 添加工单 --- src/views/screen/data.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/screen/data.vue b/src/views/screen/data.vue index f3039f2..748921a 100644 --- a/src/views/screen/data.vue +++ b/src/views/screen/data.vue @@ -9,7 +9,7 @@ <el-select v-model="typeValue.recordType" size="small" - style="width: 120px" + style="width: 8rem" @change="getStaticWarn" > <el-option @@ -78,7 +78,7 @@ <el-select v-model="typeValue.dateType" size="small" - style="width: 120px" + style="width: 8rem" @change="getLine" > <el-option @@ -91,7 +91,7 @@ <el-select v-model="typeValue.pointId" size="small" - style="width: 120px" + style="width: 8rem" @change="getLine" > <el-option @@ -104,7 +104,7 @@ <el-select v-model="typeValue.columnsCode" size="small" - style="width: 120px" + style="width: 8rem" @change="getLine" > <el-option -- Gitblit v1.9.3