From 642b025e5f89a5cabd2f23b46145b771874e3bf1 Mon Sep 17 00:00:00 2001 From: hejianhao <15708179461@qq.com> Date: 星期五, 10 一月 2025 15:34:45 +0800 Subject: [PATCH] Merge branch 'main' of http://120.76.84.145:10101/gitblit/r/H5/americanContainer --- src/component/detailInfo.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/component/detailInfo.vue b/src/component/detailInfo.vue index d30a183..2f1028f 100644 --- a/src/component/detailInfo.vue +++ b/src/component/detailInfo.vue @@ -40,7 +40,7 @@ <div class="box33"> <div class="box_text1">备注:</div> </div> - <el-input type="textarea" disabled v-model="info.remark" placeholder="请输入不超过200字备注"> + <el-input type="textarea" disabled v-model="info.cosRemark" placeholder="请输入不超过200字备注"> </el-input> </div> </div> -- Gitblit v1.7.1