摘要:
::v-deep .el-select .el-select-dropdown { background-color: rgba(12, 90, 207, 0.5); border: 1px solid rgba(12, 90, 207, 0.5); color: #45cfed; span { c 阅读全文
摘要:
阅读全文
摘要:
fileChange(file, fileList) { const { raw } = file; if (file.status != 'ready') return; if (file.size / 1024 / 1024 > 100) { this.$message.error('文件大小不 阅读全文
摘要:
export function downloadFile(url, data) { axios({ method: 'post', url: Vue.prototype.myUrl + url, headers: { 'x-auth-token': window.localStorage.getIt 阅读全文
摘要:
this.multipleSelection.forEach(item => { this.deviceCo = this.deviceCo.filter(val => { return val.id != item.id }) }) 阅读全文
摘要:
let cityList = [ {id: 1, parentId: 0, name:'江苏省'}, {id: 2, parentId: 0, name:'广东省'}, {id: 3, parentId: 0, name:'安徽省'}, {id: 4, parentId: 1, name:'苏州市' 阅读全文
摘要:
::-webkit-scrollbar { display: none; } 阅读全文
摘要:
pointer-events:none; 阅读全文