chore(工具箱/工作时间可视化): 调整界面文本,与其他模块统一
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="tool-detail-page">
|
<div class="tool-detail-page">
|
||||||
|
|
||||||
<!-- 配置选项 -->
|
<!-- 配置参数 -->
|
||||||
<n-card size="small" style="--color: #2196F3;">
|
<n-card size="small" style="--color: #2196F3;">
|
||||||
<template #header>
|
<template #header>
|
||||||
<div class="card-title">
|
<div class="card-title">
|
||||||
<span class="card-title__icon mdi mdi-cog-outline"></span>
|
<span class="card-title__icon mdi mdi-cog-outline"></span>
|
||||||
<span class="card-title__label">配置选项</span>
|
<span class="card-title__label">配置参数</span>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<n-form
|
<n-form
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ import { KEY_PREFIX } from '@/assets/js/local-storage';
|
|||||||
/** 模块名称 */
|
/** 模块名称 */
|
||||||
const STORAGE_PREFIX = KEY_PREFIX + 'visualized-working-hours/';
|
const STORAGE_PREFIX = KEY_PREFIX + 'visualized-working-hours/';
|
||||||
|
|
||||||
/** 配置选项 */
|
/** 配置参数 */
|
||||||
export const configData = {
|
export const configData = {
|
||||||
|
|
||||||
/** 收入币种 */
|
/** 收入币种 */
|
||||||
|
|||||||
Reference in New Issue
Block a user