|
@@ -3,7 +3,7 @@
|
|
|
<el-col :span="12" :offset="6">
|
|
|
<el-form :rules="rules" :model="dataForm" @keyup.enter.native="getDataList()" ref="dataForm">
|
|
|
<el-form-item prop="productId">
|
|
|
- <el-input placeholder="输入商品ID查询商品信息" clearable v-model="dataForm.productId"></el-input>
|
|
|
+ <el-input placeholder="输入商品ID或商品链接" clearable v-model="dataForm.productId"></el-input>
|
|
|
<el-button type="primary" @click="getDataList">立即查询</el-button>
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
@@ -100,7 +100,7 @@ export default {
|
|
|
productId: '' // 602950702411
|
|
|
},
|
|
|
rules: {
|
|
|
- productId: [{ required: true, message: '输入商品ID', trigger: 'blur' }]
|
|
|
+ productId: [{ required: true, message: '输入商品ID或商品链接', trigger: 'blur' }]
|
|
|
},
|
|
|
productInfo: {
|
|
|
rate: {},
|