From b017d6275a1b3978f5f7b8c1510bb37918a6aa64 Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期六, 11 十月 2025 17:26:35 +0800
Subject: [PATCH] 模板和订单页面

---
 seller/src/views/template/goodsCustomizeTemplate.vue |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/seller/src/views/template/goodsCustomizeTemplate.vue b/seller/src/views/template/goodsCustomizeTemplate.vue
index 7ad97b1..0425a17 100644
--- a/seller/src/views/template/goodsCustomizeTemplate.vue
+++ b/seller/src/views/template/goodsCustomizeTemplate.vue
@@ -126,7 +126,11 @@
             <!-- 宸叉坊鍔犵殑鏍囬鍒楄〃 -->
             <div v-for="(title, index) in form.titles" :key="index" class="title-item">
               <card class="title-text">
-                <Input v-model="title.templateTitle" placeholder="璇疯緭鍏ユ枃鏈爣棰�" style="width: 300px; margin-top: 8px;"/>
+                <div style="display: flex; align-items: center; gap: 8px;">
+                  <span>{{ title.contentType ==='TEXT' ? '鏂囨湰鏍囬': '鍥剧墖鏍囬'}} :</span>
+                  <Input v-model="title.templateTitle" placeholder="璇疯緭鍏ユ爣棰�" style="width: 300px; margin-top: 8px;"/>
+                </div>
+
                 <Button  class="delete-btn" type="text" @click="removeTitle(index)" style="color: #ff4d4f;">鍒犻櫎</Button>
               </card>
 <!--              <card v-if="title.contentType === 'IMAGE'" class="title-image">-->

--
Gitblit v1.8.0