| | |
| | | this.$refs[formName].validate(valid => { |
| | | if (valid) { |
| | | var checke = '' |
| | | debugger |
| | | this.checkedArr.forEach((v, i) => { |
| | | if (v.isChecked) { |
| | | checke = v.accessoryid |
| | |
| | | } |
| | | }, |
| | | showFileImg(type) { |
| | | debugger |
| | | switch (type) { |
| | | case 'xls': |
| | | return require('../../assets/uploading/xls.png') |
| | |
| | | width: 100px; |
| | | height: 100px; |
| | | } |
| | | |
| | | .el-image .el-image-viewer__mask { |
| | | background-color: #fff !important; |
| | | opacity: 1; |
| | | } |
| | | </style> |
| | | <style lang="scss" scoped> |
| | | .el-main { |
| | |
| | | background-color: rgb(64, 158, 255); |
| | | border-color: rgb(64, 158, 255); |
| | | } |
| | | |
| | | </style> |