From 1d745bcb4acb7ba91c35a086d6244f3fc8c20cda Mon Sep 17 00:00:00 2001
From: 移动系统liao <liaoxujun@qq.com>
Date: 星期四, 19 六月 2025 09:19:43 +0800
Subject: [PATCH] no message
---
Web/src/views/fb_p_complaints/procurementComplaint/component/editDialog.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Web/src/views/fb_p_complaints/procurementComplaint/component/editDialog.vue b/Web/src/views/fb_p_complaints/procurementComplaint/component/editDialog.vue
index 85b8382..b54d199 100644
--- a/Web/src/views/fb_p_complaints/procurementComplaint/component/editDialog.vue
+++ b/Web/src/views/fb_p_complaints/procurementComplaint/component/editDialog.vue
@@ -151,13 +151,13 @@
maxlength="1000" show-word-limit clearable />
</el-form-item>
</el-col>
- <el-col :xs="24" :sm="12" :md="12" :lg="12" :xl="12" class="">
+ <el-col :xs="12" :sm="12" :md="12" :lg="12" :xl="12" class="">
<el-form-item :label="`澶勭悊鎻忚堪${index==0?'':index}`" prop="complaints">
<el-input v-model="item.handlingResult" type="textarea" :placeholder="`璇疯緭鍏ュ鐞嗘弿杩�${index==0?'':index}`"
maxlength="1000" show-word-limit clearable />
</el-form-item>
</el-col>
- <el-col :xs="24" :sm="6" :md="6" :lg="6" :xl="6" class="mb20">
+ <el-col :xs="6" :sm="6" :md="6" :lg="6" :xl="6" class="mb20">
<el-form-item :label="`鎶曡瘔鐘舵��${index==0?'':index}`" prop="complaints">
<el-select v-model="item.handlingStatus">
<el-option v-for="item in handlingStatus" :key="item.value" :label="item.label" :value="item.value" />
--
Gitblit v1.9.1