| | |
| | | <div class="search-bar"> |
| | | <div> |
| | | <label>统计时间:</label> |
| | | <input type="date" class="form-control startDate" placeholder="请选择开始日期" v-model="moreInfo.conditions.startDate" /> |
| | | <p style="position: relative; top: 6px;">{{moreInfo.conditions.startDate || '--'}}</p> |
| | | <span style="margin: 0 5px;">至</span> |
| | | <input type="date" class="form-control endDate" placeholder="请选择结束日期" v-model="moreInfo.conditions.endDate" /> |
| | | <p style="position: relative; top: 6px;">{{moreInfo.conditions.endDate || '--'}}</p> |
| | | </div> |
| | | <div class="action-buttons"> |
| | | <button type="button" class="edit-btn" v-on:click="_editPublicIncome()" style="line-height: 0px;">编辑</button> |
| | | <!-- <button type="button" class="edit-btn" v-on:click="_editPublicIncome()" style="line-height: 0px;">编辑</button> --> |
| | | <button type="button" class="add-btn" v-on:click="_add()" style="line-height: 0px;">添加</button> |
| | | <button type="button" class="import-btn" v-on:click="_export()" style="line-height: 0px; background-color: white; color: #333; border: 1px solid #e8e8e8;">导出</button> |
| | | </div> |