吴昊天 2 سال پیش
والد
کامیت
f14a7a2eeb
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      template/admin/src/pages/product/productAdd/index.vue
  2. 1 1
      template/admin/src/pages/product/productReply/index.vue

+ 1 - 1
template/admin/src/pages/product/productAdd/index.vue

@@ -660,7 +660,7 @@
         <!-- 营销设置-->
         <!-- 营销设置-->
         <Row :gutter="24" type="flex" v-show="headTab.length === 6 ? currentTab === '5' : currentTab === '4'">
         <Row :gutter="24" type="flex" v-show="headTab.length === 6 ? currentTab === '5' : currentTab === '4'">
           <Col span="24">
           <Col span="24">
-            <FormItem label="虚拟销量:">
+            <FormItem label="已售数量:">
               <InputNumber :min="0" :max="999999" v-model="formValidate.ficti" placeholder="请输入虚拟销量" />
               <InputNumber :min="0" :max="999999" v-model="formValidate.ficti" placeholder="请输入虚拟销量" />
             </FormItem>
             </FormItem>
           </Col>
           </Col>

+ 1 - 1
template/admin/src/pages/product/productReply/index.vue

@@ -70,7 +70,7 @@
       <Row type="flex">
       <Row type="flex">
         <Col v-bind="grid">
         <Col v-bind="grid">
           <Button v-auth="['product-reply-save_fictitious_reply']" type="primary" icon="md-add" @click="add"
           <Button v-auth="['product-reply-save_fictitious_reply']" type="primary" icon="md-add" @click="add"
-            >添加虚拟评论</Button
+            >添加自评</Button
           >
           >
         </Col>
         </Col>
       </Row>
       </Row>