From 6002efe19de5fbf0ebf4f5192f3d9088f7588439 Mon Sep 17 00:00:00 2001 From: zhangwei <1504152376@qq.com> Date: 星期四, 05 六月 2025 13:33:07 +0800 Subject: [PATCH] - --- Web/src/views/fb_p_complaints/procurementComplaint/component/editDialog.vue | 4 ++-- Web/src/components/noticeBar/index.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Web/src/components/noticeBar/index.vue b/Web/src/components/noticeBar/index.vue index 0e94410..b4394cb 100644 --- a/Web/src/components/noticeBar/index.vue +++ b/Web/src/components/noticeBar/index.vue @@ -17,7 +17,7 @@ const props = defineProps({ mode: { type: String, default: '' }, // 閫氱煡鏍忔ā寮忥紝鍙�夊�间负 closeable link - text: { type: String, default: '娆㈣繋浣跨敤 Admin.NET 閫氱敤鏉冮檺寮�鍙戞鏋� <a href="https://gitee.com/zuohuaijun/Admin.NET" target="_blank">https://gitee.com/zuohuaijun/Admin.NET</a>' }, // 閫氱煡鏂囨湰鍐呭 + text: { type: String, default: '娆㈣繋浣跨敤闈炴斂閲囨嫑鏍囬噰璐氦鏄撶鐞嗗钩鍙�' }, // 閫氱煡鏂囨湰鍐呭 color: { type: String, default: 'var(--el-color-warning)' }, // 閫氱煡鏂囨湰棰滆壊 background: { type: String, default: 'var(--el-color-warning-light-9)' }, // 閫氱煡鑳屾櫙鑹� size: { type: [Number, String], default: 14 }, // 瀛椾綋澶у皬锛屽崟浣峱x 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