| | |
| | | } |
| | | </style> |
| | | <style> |
| | | .value-table .highlight-warning-row-border td { |
| | | /* .value-table .highlight-warning-row-border td { |
| | | border-top: 2px solid #ffcd29; |
| | | border-bottom: 2px solid #ffcd29; |
| | | } |
| | | } */ |
| | | |
| | | .value-table .highlight-warning-row-border td:first-child { |
| | | border-left: 2px solid #ffcd29; |
| | | border-left: 4px solid #ffcd29; |
| | | } |
| | | |
| | | .value-table .highlight-warning-row-border td:last-child { |
| | | border-right: 2px solid #ffcd29; |
| | | border-right: 4px solid #ffcd29; |
| | | } |
| | | |
| | | .value-table .highlight-danger-row-border td { |
| | | /* .value-table .highlight-danger-row-border td { |
| | | border-top: 2px solid red; |
| | | border-bottom: 2px solid red; |
| | | } |
| | | } */ |
| | | |
| | | .value-table .highlight-danger-row-border td:first-child { |
| | | border-left: 2px solid red; |
| | | border-left: 4px solid red; |
| | | } |
| | | |
| | | .value-table .highlight-danger-row-border td:last-child { |
| | | border-right: 2px solid red; |
| | | border-right: 4px solid red; |
| | | } |
| | | |
| | | .value-table .el-upload { |
| | |
| | | uploadDia: false, |
| | | token: null, |
| | | fileList: [], |
| | | init: true |
| | | } |
| | | }, |
| | | watch: { |
| | |
| | | mounted() { |
| | | this.data = this.componentData |
| | | this.dataCopy = this.HaveJson(this.componentData) |
| | | this.selectList() |
| | | if(this.data.init===undefined||this.data.init===true){ |
| | | this.selectList() |
| | | } |
| | | this.token = { |
| | | 'token': sessionStorage.getItem('token') |
| | | } |
| | |
| | | } |
| | | } |
| | | val.field.forEach(a => { |
| | | if (JSON.stringify(this.upData[a]) == undefined) { |
| | | if (JSON.stringify(this.upData[a]) === undefined) { |
| | | this.upHead.push({ |
| | | value: a.split('=')[0], |
| | | label: a.split('=')[1] |