Skip to content

Commit

Permalink
Merge pull request #451 from uncle-lv/dev
Browse files Browse the repository at this point in the history
日期选择器格式化
  • Loading branch information
newpanjing authored Aug 28, 2023
2 parents 7a689fd + 73d017f commit b3bd304
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions simpleui/templates/admin/actions.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@
v-else-if="item.type=='date'"
:style="{width:item.width}"
:size="item.size"
:format="item.format"
:value-format="item.value_format"
v-model="item.value"
type="date">
</el-date-picker>
Expand All @@ -123,6 +125,8 @@
v-else-if="item.type=='datetime'"
:style="{width:item.width}"
:size="item.size"
:format="item.format"
:value-format="item.value_format"
v-model="item.value"
type="datetime">
</el-date-picker>
Expand Down

0 comments on commit b3bd304

Please sign in to comment.