Przeglądaj źródła

improve: gitee问题处理

From-wh 2 lat temu
rodzic
commit
cd0152241e

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

@@ -9,7 +9,7 @@
           :key="index"
         />
       </Tabs>
-      <Form ref="artFrom" :model="artFrom" :label-width="75" label-position="right" @submit.native.prevent>
+      <Form ref="artFrom" :model="artFrom" :label-width="90" label-position="right" @submit.native.prevent>
         <Row type="flex" :gutter="24">
           <Col v-bind="grid">
             <FormItem label="商品分类:" label-for="pid">

+ 1 - 1
template/uni-app/pages/users/promoter-list/index.vue

@@ -18,7 +18,7 @@
 				
 			</form> -->
 			<view class='search acea-row row-between-wrapper'>
-				<view class='input'><input :placeholder='$t(`点击搜索会员名称`)' placeholder-class='placeholder'
+				<view class='input'><input :placeholder='$t(`点击搜索名称`)' placeholder-class='placeholder'
 						v-model="keyword" @confirm="submitForm" confirm-type='search' name="search"></input></view>
 				<button class='iconfont icon-sousuo2' @click="submitForm"></button>
 			</view>

+ 2 - 4
template/uni-app/pages/users/promoter-order/index.vue

@@ -4,7 +4,7 @@
 			<view class='promoterHeader bg-color'>
 				<view class='headerCon acea-row row-between-wrapper'>
 					<view>
-						<view class='name'>{{$t(`累推广订单`)}}</view>
+						<view class='name'>{{$t(`累推广订单`)}}</view>
 						<view><text class='num'>{{count || 0}}</text>{{$t(`单`)}}</view>
 					</view>
 					<view class='iconfont icon-2'></view>
@@ -34,9 +34,7 @@
 									</view>
 									<view class='bottom'>
 										<view><text class='name'>{{$t(`订单编号`)}}:</text>{{child.order_id}}</view>
-										<view v-if="child.type == 'brokerage'"><text
-												class='name'>{{$t(`返佣时间`)}}:</text>{{child.time}}</view>
-										<view v-else><text class='name'>{{$t(`下单时间`)}}:</text>{{child.time}}</view>
+										<view><text class='name'>{{$t(`下单时间`)}}:</text>{{child.time}}</view>
 										<view class="more" v-if="child.children && child.children.length"
 											@click="open(child)">
 											{{child.open?$t(`收起`):$t(`更多`)}}