Commit b25b036dc3e48006781b8e18a4c09629f31cb0a9
1 parent
0f7e0a51
v1.9 优化日期
Showing
916 changed files
with
1121 additions
and
1296 deletions
Too many changes.
To preserve performance only 100 of 916 files are displayed.
src/App.vue
src/components/TestScript.vue
src/components/aCommunity/aCarDetailApplySpace.vue
src/components/aCommunity/aCarDetailApplySpaceDemo.vue
src/components/aCommunity/aCarDetailCarInout.vue
src/components/aCommunity/aCarDetailCarInoutDemo.vue
src/components/aCommunity/aCarDetailFee.vue
src/components/aCommunity/aCarDetailFeeDemo.vue
src/components/aCommunity/aCarDetailHis.vue
src/components/aCommunity/aCarDetailHisDemo.vue
src/components/aCommunity/aCarDetailMember.vue
src/components/aCommunity/aCarDetailMemberDemo.vue
src/components/aCommunity/aCarDetailOwner.vue
src/components/aCommunity/aCarDetailOwnerDemo.vue
src/components/aCommunity/aCarDetailTransactionCar.vue
src/components/aCommunity/aCarDetailTransactionCarDemo.vue
src/components/aCommunity/aFeeDetailConfig.vue
src/components/aCommunity/aFeeDetailConfigDemo.vue
src/components/aCommunity/aFeeDetailDiscount.vue
src/components/aCommunity/aFeeDetailDiscountDemo.vue
src/components/aCommunity/aFeeDetailFeeObj.vue
src/components/aCommunity/aFeeDetailFeeObjDemo.vue
src/components/aCommunity/aFeeDetailHis.vue
src/components/aCommunity/aFeeDetailHisDemo.vue
src/components/aCommunity/aFeeDetailImport.vue
src/components/aCommunity/aFeeDetailImportDemo.vue
src/components/aCommunity/aFeeDetailSub.vue
src/components/aCommunity/aFeeDetailSubDemo.vue
src/components/aCommunity/aOwnerDetailAccessControl.vue
src/components/aCommunity/aOwnerDetailAccessControlDemo.vue
src/components/aCommunity/aOwnerDetailCoupon.vue
src/components/aCommunity/aOwnerDetailCouponDemo.vue
src/components/aCommunity/aOwnerDetailHis.vue
src/components/aCommunity/aOwnerDetailHisDemo.vue
src/components/aCommunity/aOwnerDetailRoomFee.vue
src/components/aCommunity/aOwnerDetailRoomFeeDemo.vue
src/components/aCommunity/aOwnerDetailVisit.vue
src/components/aCommunity/aOwnerDetailVisitDemo.vue
src/components/aCommunity/aRoomDetailCar.vue
src/components/aCommunity/aRoomDetailCarDemo.vue
src/components/aCommunity/aRoomDetailCarFee.vue
src/components/aCommunity/aRoomDetailCarFeeDemo.vue
src/components/aCommunity/aRoomDetailComplaint.vue
src/components/aCommunity/aRoomDetailComplaintDemo.vue
src/components/aCommunity/aRoomDetailContract.vue
src/components/aCommunity/aRoomDetailContractDemo.vue
src/components/aCommunity/aRoomDetailHisOwner.vue
src/components/aCommunity/aRoomDetailHisOwnerDemo.vue
src/components/aCommunity/aRoomDetailMember.vue
src/components/aCommunity/aRoomDetailMemberDemo.vue
src/components/aCommunity/aRoomDetailRepair.vue
src/components/aCommunity/aRoomDetailRepairDemo.vue
src/components/aCommunity/adminOwnerDetailAccessControlRecord.vue
src/components/aCommunity/adminOwnerDetailAccessControlRecordDemo.vue
src/components/aCommunity/adminOwnerDetailChargeMachineOrder.vue
src/components/aCommunity/adminOwnerDetailChargeMachineOrderDemo.vue
src/components/account/Pagination.vue
src/components/admin/AddAdvert.vue
| ... | ... | @@ -34,14 +34,12 @@ |
| 34 | 34 | </el-form-item> |
| 35 | 35 | |
| 36 | 36 | <el-form-item :label="$t('advertManage.add.startTime')" prop="startTime"> |
| 37 | - <el-date-picker v-model="form.startTime" type="datetime" | |
| 38 | - :placeholder="$t('advertManage.add.startTimePlaceholder')" value-format="yyyy-MM-dd HH:mm:ss" | |
| 37 | + <el-date-picker v-model="form.startTime" type="datetime" value-format="yyyy-MM-dd HH:mm:ss" :placeholder="$t('advertManage.add.startTimePlaceholder')" | |
| 39 | 38 | style="width: 100%;" /> |
| 40 | 39 | </el-form-item> |
| 41 | 40 | |
| 42 | 41 | <el-form-item :label="$t('advertManage.add.endTime')" prop="endTime"> |
| 43 | - <el-date-picker v-model="form.endTime" type="datetime" :placeholder="$t('advertManage.add.endTimePlaceholder')" | |
| 44 | - style="width: 100%;" value-format="yyyy-MM-dd HH:mm:ss" /> | |
| 42 | + <el-date-picker v-model="form.endTime" type="datetime" :placeholder="$t('advertManage.add.endTimePlaceholder')" value-format="yyyy-MM-dd HH:mm:ss" style="width: 100%;" /> | |
| 45 | 43 | </el-form-item> |
| 46 | 44 | |
| 47 | 45 | <el-form-item :label="$t('advertManage.add.viewType')" prop="viewType"> | ... | ... |
src/components/admin/EditAdvert.vue
| ... | ... | @@ -32,13 +32,11 @@ |
| 32 | 32 | </el-form-item> |
| 33 | 33 | |
| 34 | 34 | <el-form-item :label="$t('advertManage.edit.startTime')" prop="startTime"> |
| 35 | - <el-date-picker v-model="form.startTime" type="datetime" | |
| 36 | - :placeholder="$t('advertManage.edit.startTimePlaceholder')" value-format="yyyy-MM-dd HH:mm:ss" style="width:100%"/> | |
| 35 | + <el-date-picker v-model="form.startTime" type="datetime" value-format="yyyy-MM-dd HH:mm:ss" :placeholder="$t('advertManage.edit.startTimePlaceholder')" style="width:100%"/> | |
| 37 | 36 | </el-form-item> |
| 38 | 37 | |
| 39 | 38 | <el-form-item :label="$t('advertManage.edit.endTime')" prop="endTime"> |
| 40 | - <el-date-picker v-model="form.endTime" type="datetime" :placeholder="$t('advertManage.edit.endTimePlaceholder')" style="width:100%" | |
| 41 | - value-format="yyyy-MM-dd HH:mm:ss" /> | |
| 39 | + <el-date-picker v-model="form.endTime" type="datetime" :placeholder="$t('advertManage.edit.endTimePlaceholder')" style="width:100%" value-format="yyyy-MM-dd HH:mm:ss" /> | |
| 42 | 40 | </el-form-item> |
| 43 | 41 | |
| 44 | 42 | <el-form-item :label="$t('advertManage.edit.viewType')" prop="viewType"> | ... | ... |
src/components/admin/WriteAdvertMachine.vue
src/components/admin/viewUnItemLog.vue
src/components/car/CommunityParkingTree.vue
src/components/car/SearchParkingSpace.vue
src/components/car/carDetailApplyParkingSpace.vue
src/components/car/carDetailApplyParkingSpaceDemo.vue
src/components/car/carDetailCarInout.vue
src/components/car/carDetailCarInoutDemo.vue
src/components/car/carDetailCoupon.vue
src/components/car/carDetailCouponDemo.vue
src/components/car/carDetailCouponOrder.vue
src/components/car/carDetailCouponOrderDemo.vue
src/components/car/carDetailFee.vue
src/components/car/carDetailFeeDemo.vue
src/components/car/carDetailMember.vue
src/components/car/carDetailTransactionCar.vue
src/components/car/carDetailTransactionCarDemo.vue
src/components/car/chooseParkingArea.vue
src/components/car/chooseParkingSpace.vue
src/components/car/editCar.vue
| ... | ... | @@ -52,19 +52,17 @@ |
| 52 | 52 | <el-form-item :label="$t('listOwnerCar.startRentTime')" required> |
| 53 | 53 | <el-date-picker |
| 54 | 54 | v-model="form.startTime" |
| 55 | - type="datetime" | |
| 56 | - :placeholder="$t('listOwnerCar.inputStartRentTime')" | |
| 55 | + type="datetime" value-format="yyyy-MM-dd HH:mm:ss" :placeholder="$t('listOwnerCar.inputStartRentTime')" | |
| 57 | 56 | style="width: 100%" |
| 58 | - value-format="yyyy-MM-dd HH:mm:ss" /> | |
| 57 | + /> | |
| 59 | 58 | </el-form-item> |
| 60 | 59 | |
| 61 | 60 | <el-form-item :label="$t('listOwnerCar.endRentTime')" required> |
| 62 | 61 | <el-date-picker |
| 63 | 62 | v-model="form.endTime" |
| 64 | - type="datetime" | |
| 65 | - :placeholder="$t('listOwnerCar.inputEndRentTime')" | |
| 63 | + type="datetime" value-format="yyyy-MM-dd HH:mm:ss" :placeholder="$t('listOwnerCar.inputEndRentTime')" | |
| 66 | 64 | style="width: 100%" |
| 67 | - value-format="yyyy-MM-dd HH:mm:ss" | |
| 65 | + | |
| 68 | 66 | :disabledDate="disabledEndDate" /> |
| 69 | 67 | </el-form-item> |
| 70 | 68 | </template> | ... | ... |
src/components/car/editParkingSpaceApply.vue
| ... | ... | @@ -71,9 +71,8 @@ |
| 71 | 71 | > |
| 72 | 72 | <el-date-picker |
| 73 | 73 | v-model="formData.startTime" |
| 74 | - type="datetime" | |
| 75 | - :placeholder="$t('editParkingSpaceApply.fillStartTime')" | |
| 76 | - value-format="yyyy-MM-dd HH:mm:ss" | |
| 74 | + type="datetime" value-format="yyyy-MM-dd HH:mm:ss" :placeholder="$t('editParkingSpaceApply.fillStartTime')" | |
| 75 | + | |
| 77 | 76 | style="width: 100%" |
| 78 | 77 | /> |
| 79 | 78 | </el-form-item> |
| ... | ... | @@ -84,9 +83,8 @@ |
| 84 | 83 | > |
| 85 | 84 | <el-date-picker |
| 86 | 85 | v-model="formData.endTime" |
| 87 | - type="datetime" | |
| 88 | - :placeholder="$t('editParkingSpaceApply.fillEndTime')" | |
| 89 | - value-format="yyyy-MM-dd HH:mm:ss" | |
| 86 | + type="datetime" value-format="yyyy-MM-dd HH:mm:ss" :placeholder="$t('editParkingSpaceApply.fillEndTime')" | |
| 87 | + | |
| 90 | 88 | style="width: 100%" |
| 91 | 89 | /> |
| 92 | 90 | </el-form-item> | ... | ... |
src/components/car/ownerDetailOweFee.vue
src/components/community/ChooseInitializeCommunity.vue
src/components/community/CommunityUnitTree.vue
src/components/community/areaSelect.vue
src/components/community/cityAreaTree.vue
src/components/community/editCommunityWechat.vue
| 1 | -<template> | |
| 1 | +<template> | |
| 2 | 2 | <el-dialog :title="$t('common.update')" :visible.sync="visible" width="50%" @close="handleClose"> |
| 3 | 3 | <el-form ref="form" :model="form" :rules="rules" label-width="120px" label-position="right"> |
| 4 | 4 | <el-form-item :label="$t('editCommunityWechat.name')" prop="name"> | ... | ... |
src/components/community/moreCommunity.vue
src/components/community/selectAdminCommunity.vue
src/components/community/selectAdminOneCommunity.vue
src/components/community/uploadImageUrl.vue
src/components/community/viewImage.vue
src/components/complaint/aComplaintDetailAppraise.vue
src/components/complaint/aComplaintDetailEvent.vue
src/components/complaint/aComplaintDetailType.vue
src/components/contract/ChooseContract.vue
src/components/contract/ContractChangeAssets.vue
src/components/contract/ContractChangeLease.vue
src/components/contract/ContractChangeMainBody.vue
src/components/contract/addContractType.vue
src/components/contract/addTemplateView.vue