|
@@ -8,7 +8,7 @@
|
|
</div>
|
|
</div>
|
|
<div class="OutSide_center">
|
|
<div class="OutSide_center">
|
|
<div class="block">
|
|
<div class="block">
|
|
- <span class="demonstration">查询以往{{ titleText }}</span>
|
|
|
|
|
|
+ <span class="demonstration">查询{{ titleLeftText }}{{ titleText }}</span>
|
|
<el-date-picker v-model="planDate" type="date" value-format="yyyy-MM-dd" :clearable="false" @change="getTableData(hasChooseDept)"
|
|
<el-date-picker v-model="planDate" type="date" value-format="yyyy-MM-dd" :clearable="false" @change="getTableData(hasChooseDept)"
|
|
placeholder="选择日期" size="small" :picker-options="planType == 1 ? toMPickerOptions : todayPickerOptions">
|
|
placeholder="选择日期" size="small" :picker-options="planType == 1 ? toMPickerOptions : todayPickerOptions">
|
|
</el-date-picker>
|
|
</el-date-picker>
|
|
@@ -227,6 +227,9 @@ export default {
|
|
todayDate: {
|
|
todayDate: {
|
|
type: String,
|
|
type: String,
|
|
},
|
|
},
|
|
|
|
+ titleLeftText: {
|
|
|
|
+ type: String,
|
|
|
|
+ },
|
|
},
|
|
},
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|