Browse Source

2024.10.22 - 测试

GuYun-D 5 months ago
parent
commit
a6d9ebb322
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/active/hot/index.vue

+ 2 - 0
src/views/active/hot/index.vue

@@ -8,6 +8,8 @@
           <el-input v-model="query.productName" maxlength="20" placeholder="请输入活动名称" />
         </el-form-item>
 
+
+        
         <el-form-item>
           <el-button type="primary" plain @click="search">查询</el-button>
           <el-button plain @click="clear">重置</el-button>