Browse Source

👣 重构

master
wangxiang 3 years ago
parent
commit
af3a1dddb1
  1. 2
      kicc-ui/package.json
  2. 2
      kicc-ui/src/views/system/dict/DictDataTable.vue

2
kicc-ui/package.json

@ -13,7 +13,7 @@ @@ -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",

2
kicc-ui/src/views/system/dict/DictDataTable.vue

@ -10,7 +10,7 @@ @@ -10,7 +10,7 @@
<template #tableTitle>
<ATag color="red"
style="font-size: 14px;font-weight: 700;"
>>>字典数据列表[{{state.dictType}}]</ATag>
>>>字典数据列表[{{ state.dictType }}]</ATag>
</template>
<template #toolbar>
<a-button v-auth="['dictData_add']"

Loading…
Cancel
Save