forked from ccsens_fe/tall-mui-3
9 changed files with 47 additions and 25 deletions
@ -0,0 +1,11 @@ |
|||
<template> |
|||
<view class="flex justify-between" style="min-width: 90px"> |
|||
<u-icon custom-prefix="custom-icon" name="C-bxl-redux" size="17px"></u-icon> |
|||
<u-icon custom-prefix="custom-icon" name="attachment" size="21px"></u-icon> |
|||
<u-icon custom-prefix="custom-icon" name="moneycollect" size="20px"></u-icon> |
|||
</view> |
|||
</template> |
|||
|
|||
<script> |
|||
export default {}; |
|||
</script> |
@ -1,17 +1,17 @@ |
|||
export default { |
|||
timeUnits: [ |
|||
// 时间颗粒度
|
|||
{ id: 0, value: '毫秒' }, |
|||
{ id: 1, value: '秒' }, |
|||
{ id: 2, value: '分' }, |
|||
{ id: 3, value: '时' }, |
|||
{ id: 4, value: '天' }, |
|||
{ id: 5, value: '周' }, |
|||
{ id: 6, value: '月' }, |
|||
{ id: 7, value: '季度' }, |
|||
{ id: 8, value: '年' }, |
|||
{ id: 9, value: '年代' }, |
|||
{ id: 10, value: '世纪' }, |
|||
{ id: 11, value: '千年' }, |
|||
{ id: 0, value: '毫秒', format: 'x', cycle: 'YY-M-D HH:mm:ss' }, |
|||
{ id: 1, value: '秒', format: 'x', cycle: 'YY-M-D HH:mm:ss' }, |
|||
{ id: 2, value: '分', format: 'ss', cycle: 'YY-M-D HH:mm' }, |
|||
{ id: 3, value: '时', format: 'mm', cycle: 'YY-M-D HH时' }, |
|||
{ id: 4, value: '天', format: 'D日 HH:mm', cycle: 'YY-M-D' }, |
|||
{ id: 5, value: '周', format: 'D日 HH:mm', cycle: '' }, |
|||
{ id: 6, value: '月', format: 'D日 H:m', cycle: 'YYYY年' }, |
|||
{ id: 7, value: '季度', format: '', cycle: 'YYYY年' }, |
|||
{ id: 8, value: '年', format: 'YYYY', cycle: '' }, |
|||
{ id: 9, value: '年代', format: '', cycle: '' }, |
|||
{ id: 10, value: '世纪', format: '', cycle: '' }, |
|||
{ id: 11, value: '千年', format: '', cycle: '' }, |
|||
], |
|||
}; |
|||
|
Loading…
Reference in new issue