diff --git a/kicc-ui/package.json b/kicc-ui/package.json
index 66a49807..6db4a11b 100644
--- a/kicc-ui/package.json
+++ b/kicc-ui/package.json
@@ -13,7 +13,7 @@
"lint:eslint": "eslint --cache --max-warnings 0 \"src/**/*.{vue,ts,tsx}\" --fix",
"build": "yarn lint:check && cross-env NODE_ENV=production vite build && esno ./build/script/postBuild.ts",
"build:test": "yarn lint:check && vite build --mode test && esno ./build/script/postBuild.ts",
- "build:no-cache": "yarn delete:cache && yarn run build",
+ "build:no-cache": "yarn delete:cache && yarn build",
"preview": "yarn run build && vite preview",
"preview:dist": "vite preview",
"report": "cross-env REPORT=true yarn run build",
diff --git a/kicc-ui/src/views/system/dict/DictDataTable.vue b/kicc-ui/src/views/system/dict/DictDataTable.vue
index bdd059e7..571f5506 100644
--- a/kicc-ui/src/views/system/dict/DictDataTable.vue
+++ b/kicc-ui/src/views/system/dict/DictDataTable.vue
@@ -10,7 +10,7 @@
>>字典数据列表[{{state.dictType}}]
+ >>>字典数据列表[{{ state.dictType }}]