| | |
| | | <template> |
| | | <view |
| | | class="c-date-picker" |
| | | :class="readyOnly ? 'read-only':''" |
| | | :class="readOnly ? 'read-only':''" |
| | | > |
| | | <CDateRangeAction |
| | | v-if="mode==='dateRange'" |
| | |
| | | :placeholder="placeholder" |
| | | > |
| | | <view |
| | | v-show="!readyOnly" |
| | | v-show="!readOnly" |
| | | class="at-icon at-icon-chevron-right" |
| | | /> |
| | | </AtInput> |
| | |
| | | :placeholder="placeholder" |
| | | > |
| | | <view |
| | | v-show="!readyOnly" |
| | | v-show="!readOnly" |
| | | class="at-icon at-icon-chevron-right" |
| | | /> |
| | | </AtInput> |
| | |
| | | :placeholder="placeholder" |
| | | > |
| | | <view |
| | | v-show="!readyOnly" |
| | | v-show="!readOnly" |
| | | class="at-icon at-icon-chevron-right" |
| | | /> |
| | | </AtInput> |
| | |
| | | // 结束日期 |
| | | limitEnd: String, |
| | | // 是否只读 |
| | | readyOnly: { |
| | | readOnly: { |
| | | type: Boolean, |
| | | default: false, |
| | | }, |