客户健康优化修改

This commit is contained in:
xiezhijun
2021-01-26 20:42:59 +08:00
parent e53ac00fbd
commit 9c899e344e
13 changed files with 641 additions and 267 deletions

View File

@ -20,6 +20,7 @@ import {getConfigKey} from "@/api/system/config";
import {
addDateRange,
download,
downloadResource,
handleTree,
parseTime,
resetForm,
@ -42,6 +43,7 @@ Vue.prototype.addDateRange = addDateRange
Vue.prototype.selectDictLabel = selectDictLabel
Vue.prototype.selectDictLabels = selectDictLabels
Vue.prototype.download = download
Vue.prototype.downloadResource = downloadResource
Vue.prototype.handleTree = handleTree
Vue.prototype.toThousands = toThousands
Vue.prototype.digitUppercase = digitUppercase