| | |
| | | <el-table-column v-for="header in table.headers" :key="header.prop" :prop="header.prop" :label="header.label" |
| | | :width="header.width" :show-overflow-tooltip="true" align="center"> |
| | | </el-table-column> |
| | | <el-table-column prop="cztime" fixed="right" width="140px" align="center" label="操作"> |
| | | <el-table-column prop="cztime" fixed="right" width="180px" align="center" label="操作"> |
| | | <template slot-scope="scope"> |
| | | <el-button type="primary" size="mini" @click="toSeeData(scope.row)">查看</el-button> |
| | | <el-button type="danger" size="mini" @click="delteData(scope.row)">删除</el-button> |
| | |
| | | { |
| | | prop: "test_starttime", |
| | | label: "测试日期", |
| | | width: "150", |
| | | width: "180", |
| | | }, |
| | | { |
| | | prop: "test_starttypeHex", |