|
@@ -2,7 +2,7 @@
|
|
<div class="SalesReportRejectedNew" v-loading="loading">
|
|
<div class="SalesReportRejectedNew" v-loading="loading">
|
|
<div class="picker-title" style="display: flex;align-items: center;justify-content: space-between;margin: 10px 0px;">
|
|
<div class="picker-title" style="display: flex;align-items: center;justify-content: space-between;margin: 10px 0px;">
|
|
<p style="margin:0">{{ title }}</p>
|
|
<p style="margin:0">{{ title }}</p>
|
|
- <el-date-picker
|
|
|
|
|
|
+ <!-- <el-date-picker
|
|
:pickerOptions="pickerOptions"
|
|
:pickerOptions="pickerOptions"
|
|
style="width:150px"
|
|
style="width:150px"
|
|
v-model="day"
|
|
v-model="day"
|
|
@@ -10,7 +10,7 @@
|
|
type="date"
|
|
type="date"
|
|
placeholder="截止日期"
|
|
placeholder="截止日期"
|
|
@change="handleChange"
|
|
@change="handleChange"
|
|
- />
|
|
|
|
|
|
+ /> -->
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<el-table :data="tableData" size="mini" border :span-method="objectSpanMethod">
|
|
<el-table :data="tableData" size="mini" border :span-method="objectSpanMethod">
|