| | |
| | | } */ |
| | | |
| | | .value-table .highlight-danger-row-border td:first-child { |
| | | border-left: 4px solid red; |
| | | border-left: 4px solid #f56c6c; |
| | | } |
| | | |
| | | .value-table .highlight-danger-row-border td:last-child { |
| | | border-right: 4px solid red; |
| | | border-right: 4px solid #f56c6c; |
| | | } |
| | | |
| | | .value-table .el-upload { |
| | |
| | | tooltip-effect="dark" border |
| | | @selection-change="selectChange" @select="select" v-loading="loading" @sort-change="sortChange" |
| | | @row-click="rowClick" :show-summary="data.countFleid!=undefined && data.countFleid.length > 0" |
| | | :summary-method="getSummaries" :row-class-name="tableRowClassName"> |
| | | :summary-method="getSummaries" :row-class-name="tableRowClassName" |
| | | :row-key="record=>record.id" :current-row-key="data.currentId" |
| | | highlight-current-row> |
| | | <el-table-column type="selection" width="65" v-if="data.showSelect" :key="Math.random()"> |
| | | </el-table-column> |
| | | <el-table-column type="index" align="center" label="序号" width="70" v-if="data.isIndex" :key="Math.random()"> |
| | |
| | | type: 'text' |
| | | }], |
| | | type: [], |
| | | uploadStr: "" |
| | | uploadStr: "", |
| | | currentId:'',//当前高亮的ID |
| | | }, |
| | | tableHead: [], |
| | | tableData: [], |