Ver Fonte

修改文案

喻文俊 há 3 anos atrás
pai
commit
da6215f0bc

+ 1 - 1
src/main/resources/templates/supplier-center/encyclopedia/instrument-list.html

@@ -24,7 +24,7 @@
                 <span>&gt;</span>
                 <span>仪器百科列表</span>
             </div>
-            <div class="hot-tip">温馨提示:多发布文章,有利于曝光您的店铺商品,提高成交量(发布并且审核通过后,可在信息中心搜索您的文章)</div>
+            <div class="hot-tip">温馨提示:多发布文章,有利于曝光您的店铺仪器,提高成交量(发布并且审核通过后,可在信息中心搜索您的文章)</div>
         </div>
         <div class="wrap clear">
             <!--左侧导航-->

+ 8 - 8
src/main/resources/templates/supplier-center/encyclopedia/product-list.html

@@ -24,7 +24,7 @@
                 <span>&gt;</span>
                 <span>产品百科列表</span>
             </div>
-            <div class="hot-tip">温馨提示:多发布文章,有利于曝光您的店铺品,提高成交量(发布并且审核通过后,可在信息中心搜索您的文章)</div>
+            <div class="hot-tip">温馨提示:多发布文章,有利于曝光您的店铺品,提高成交量(发布并且审核通过后,可在信息中心搜索您的文章)</div>
         </div>
         <div class="wrap clear">
             <!--左侧导航-->
@@ -34,15 +34,15 @@
                 <div class="row">
                     <div class="form-section">
                         <div class="form-item">
-                            <label for="productId" class="form-label">品ID:</label>
-                            <input id="productId" class="form-control" v-model="listQuery.productId" type="text" placeholder="请输入品ID"/>
+                            <label for="productId" class="form-label">品ID:</label>
+                            <input id="productId" class="form-control" v-model="listQuery.productId" type="text" placeholder="请输入品ID"/>
                         </div>
                         <div class="form-item">
-                            <label for="productTitle" class="form-label">品名称:</label>
-                            <input id="productTitle" class="form-control" v-model="listQuery.name" type="text" placeholder="请输入品名称"/>
+                            <label for="productTitle" class="form-label">品名称:</label>
+                            <input id="productTitle" class="form-control" v-model="listQuery.name" type="text" placeholder="请输入品名称"/>
                         </div>
                         <div class="form-item">
-                            <label for="productCate" class="form-label">品分类:</label>
+                            <label for="productCate" class="form-label">品分类:</label>
                             <select id="productCate" class="form-control form-select" v-model="listQuery.typeId" @change="getArticleList">
                                 <option value="">请选择</option>
                                 <template v-for="(typeInfo, index) in productTypeList">
@@ -71,8 +71,8 @@
                     <table class="table">
                         <tr>
                             <th>ID</th>
-                            <th>品名称</th>
-                            <th>品分类</th>
+                            <th>品名称</th>
+                            <th>品分类</th>
                             <th>阅读量</th>
                             <th>审核状态</th>
                             <th>发布时间</th>