shish 1 سال پیش
والد
کامیت
cf56481c0f
1فایلهای تغییر یافته به همراه6 افزوده شده و 6 حذف شده
  1. 6 6
      ghs/src/views/order/live-list.vue

+ 6 - 6
ghs/src/views/order/live-list.vue

@@ -54,19 +54,19 @@
       </template>
 
       <template #slot-search-option="{scope}">
-        <el-input v-model="searchContent" placeholder="花材名称" size="mini" style="width:140px;" :clearable="true" ref="orderSearchRef" @input="changeSearch()" @focus="searchContent=''"></el-input>
-				<el-select size="mini" v-model="currentStaffName" placeholder="开单人" style="width:110px;margin-left:8px;" @change="getStaff" :clearable="true">
+        <el-input v-model="searchContent" placeholder="花材名称" size="small" style="width:140px;" :clearable="true" ref="orderSearchRef" @input="changeSearch()" @focus="searchContent=''"></el-input>
+				<el-select size="small" v-model="currentStaffName" placeholder="开单人" style="width:110px;margin-left:8px;" @change="getStaff" :clearable="true">
 					<el-option v-for="item in staffList" :key="item.id" :label="item.name" :value="item.id"></el-option>
 				</el-select>
-        <span style="margin-left:9px;font-size:18px;">创建时间:</span>
+        <span style="margin-left:9px;font-size:22px;">创建时间:</span>
         <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;">
+          class="custom-date-picker" end-placeholder="结束日期" :picker-options="pickerOptions" size="small" style="margin-right:8px;">
         </el-date-picker>
       </template>
 
 			<template #slot-export-order>
-				<el-button type="success" size="mini" style="margin-left:50px;" @click="toOrder()">转订单</el-button>
-				<el-button type="primary" size="mini" style="margin-left:50px;" @click="openOrder()">开走播单</el-button>
+				<el-button type="success" size="small" style="margin-left:50px;" @click="toOrder()">转订单</el-button>
+				<el-button type="primary" size="small" style="margin-left:50px;" @click="openOrder()">开走播单</el-button>
 			</template>
 
     </x-crud>