|
@@ -24,7 +24,7 @@
|
|
|
<span>></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>
|