mirror of
https://github.com/dataease/dataease.git
synced 2026-05-20 02:58:10 +08:00
feat(数据大屏): 时间组件支持显示星期
This commit is contained in:
@@ -35,6 +35,14 @@
|
||||
/>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
<el-form-item>
|
||||
<el-checkbox
|
||||
:effect="themes"
|
||||
v-model="formatInfo.showWeek"
|
||||
:label="t('visualization.show_week')"
|
||||
@change="onFormatChange"
|
||||
/>
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
</el-row>
|
||||
</template>
|
||||
|
||||
@@ -3049,6 +3049,7 @@ export default {
|
||||
custom_sort: 'Custom Sort',
|
||||
show_date: 'Show Date',
|
||||
show_time: 'Show Time',
|
||||
show_week: 'Show Week',
|
||||
link_info: 'Link Information',
|
||||
pic_upload_tips: 'Please upload an image...',
|
||||
pic_group: 'Image Group',
|
||||
|
||||
@@ -2965,6 +2965,7 @@ export default {
|
||||
custom_sort: '自定義排序',
|
||||
show_date: '顯示日期',
|
||||
show_time: '顯示時間',
|
||||
show_week: '顯示星期',
|
||||
link_info: '鏈接信息',
|
||||
pic_upload_tips: '請上傳圖片...',
|
||||
pic_group: '圖片組',
|
||||
|
||||
@@ -2972,6 +2972,7 @@ export default {
|
||||
custom_sort: '自定义排序',
|
||||
show_date: '显示日期',
|
||||
show_time: '显示时间',
|
||||
show_week: '显示星期',
|
||||
link_info: '链接信息',
|
||||
pic_upload_tips: '请上传图片...',
|
||||
pic_group: '图片组',
|
||||
|
||||
Reference in New Issue
Block a user