shish 1 rok pred
rodič
commit
41e119229d
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      ghs/src/views/order/refund-list.vue

+ 1 - 1
ghs/src/views/order/refund-list.vue

@@ -55,7 +55,7 @@
 				<el-date-picker v-model="currentDateList" type="daterange" align="right" unlink-panels range-separator="至" start-placeholder="开始日期" @change="getSearchDate" value-format="yyyy-MM-dd"
 					class="custom-date-picker" end-placeholder="结束日期" :picker-options="pickerOptions" size="mini" style="margin-right:8px;">
 				</el-date-picker>
-				<span style="margin-left:9px;font-size:18px;">售后日期:</span>
+				<span style="margin-left:9px;font-size:18px;">售后申请日期:</span>
 				<el-date-picker v-model="currentRefundDateList" type="daterange" align="right" unlink-panels range-separator="至" start-placeholder="开始日期" @change="getSearchRefundDate" value-format="yyyy-MM-dd"
 					class="custom-date-picker" end-placeholder="结束日期" :picker-options="pickerOptions" size="mini" style="margin-right:8px;">
 				</el-date-picker>