✨(all): 发布 1.2.4
This commit is contained in:
parent
52855aa927
commit
a886dbab5d
@ -1,11 +1,12 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<lay-dropdown ref="dropdownRef" :disabled="props.disabled">
|
<lay-dropdown ref="dropdownRef" :disabled="props.disabled">
|
||||||
<lay-input
|
<lay-input
|
||||||
readonly
|
readonly
|
||||||
:name="name"
|
:name="name"
|
||||||
:value="dateValue || modelValue"
|
:value="dateValue || modelValue"
|
||||||
prefix-icon="layui-icon-date">
|
prefix-icon="layui-icon-date"
|
||||||
|
>
|
||||||
</lay-input>
|
</lay-input>
|
||||||
<template #content>
|
<template #content>
|
||||||
<!-- 日期选择 -->
|
<!-- 日期选择 -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user