| | |
| | | <el-table-column fixed label="序号" sortable type="index" :index="(queryParams.pageNum-1)*queryParams.pageSize+1" width="120"/> |
| | | <el-table-column label="设备名称" prop="name" sortable width="120" /> |
| | | |
| | | <el-table-column label="时间" align="happenTime" sortable prop="happenTime" width="180"> |
| | | <el-table-column label="时间" align="happenTime" sortable prop="happenTime" width="150"> |
| | | <template slot-scope="scope">{{scope.row.happenTime? scope.row.happenTime: '————'}}</template> |
| | | </el-table-column> |
| | | <el-table-column label="是否注销" align="center" sortable prop="status" width="180"> |
| | | <el-table-column label="是否注销" align="center" sortable prop="status" width="120"> |
| | | <template slot-scope="scope"> |
| | | {{ getSrc1(scope.row.status) }} |
| | | </template> |
| | |
| | | </el-table-column> |
| | | |
| | | |
| | | <el-table-column label="电子文件" prop="url" width="180" align="center"> |
| | | <el-table-column label="电子文件" prop="url" width="120" align="center"> |
| | | |
| | | <template slot-scope="scope" > |
| | | <div @click="handleCheck(scope.row)"> |