| | |
| | | width="100"> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="Inspector" |
| | | prop="check_man" |
| | | label="检查人" |
| | | align="center" |
| | | width="100"> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="inspection" |
| | | prop="check_class" |
| | | label="检查班次" |
| | | align="center" |
| | | width="80"> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="date" |
| | | prop="check_date" |
| | | label="检查时间" |
| | | align="center" |
| | | width="100"> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="place" |
| | | prop="address" |
| | | label="地点" |
| | | align="center" |
| | | width="100"> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="content" |
| | | prop="ht_content" |
| | | label="内容" |
| | | align="center" |
| | | width="180"> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="category" |
| | | prop="ht_typesub" |
| | | label="类别" |
| | | align="center" |
| | | width="80"> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="level" |
| | | prop="ht_level" |
| | | label="级别" |
| | | align="center" |
| | | width="120"> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="rectification" |
| | | prop="measure" |
| | | label="整改措施" |
| | | align="center" |
| | | width="120"> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="liable" |
| | | prop="duty_officer" |
| | | label="责任人" |
| | | align="center" |
| | | width="100"> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="time" |
| | | prop="alter_time" |
| | | label="限改时间" |
| | | align="center" |
| | | width="120"> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="completionTime" |
| | | prop="ACCOMPLISHTIME" |
| | | align="center" |
| | | label="完成时间" |
| | | width="100"> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="rechecker" |
| | | prop="CALLBACKPERSON" |
| | | label="复查人" |
| | | align="center" |
| | | width="100"> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="reviewTime" |
| | | prop="CALLBACKTIME" |
| | | align="center" |
| | | width="100" |
| | | label="复查时间"> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="supervision" |
| | | prop="inspectionClass" |
| | | label="督察单位" |
| | | align="center" |
| | | width="160"> |
| | | <div class="item" slot-scope="scope"> |
| | | <el-input class="item__input" v-model="scope.row.rechecker" placeholder="请输入内容" clearable></el-input> |
| | | <div class="item__txt">{{scope.row.rechecker}}</div> |
| | | <el-input class="item__input" v-model="scope.row.inspectionClass" placeholder="请输入内容" clearable></el-input> |
| | | <div class="item__txt">{{scope.row.inspectionClass}}</div> |
| | | </div> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="inspectorTime" |
| | | prop="inspectionTime" |
| | | align="center" |
| | | label="督察时间" |
| | | width="160"> |
| | | <div class="item" slot-scope="scope"> |
| | | <el-date-picker |
| | | v-model="scope.row.completionTime" |
| | | v-model="scope.row.inspectionTime" |
| | | type="date" |
| | | placeholder="选择日期" clearable> |
| | | </el-date-picker> |
| | | <div class="item__txt">{{scope.row.completionTime}}</div> |
| | | <div class="item__txt">{{scope.row.inspectionTime}}</div> |
| | | </div> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="results" |
| | | prop="inspectionResult" |
| | | label="督察结果" |
| | | align="center" |
| | | width="160"> |
| | | <div class="item" slot-scope="scope"> |
| | | <el-input class="item__input" v-model="scope.row.rechecker" placeholder="请输入内容" clearable></el-input> |
| | | <div class="item__txt">{{scope.row.rechecker}}</div> |
| | | <el-input class="item__input" v-model="scope.row.inspectionResult" placeholder="请输入内容" clearable></el-input> |
| | | <div class="item__txt">{{scope.row.inspectionResult}}</div> |
| | | </div> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="inspector" |
| | | prop="inspectionMan" |
| | | label="督察人" |
| | | align="center" |
| | | width="160"> |
| | | <div class="item" slot-scope="scope"> |
| | | <el-input class="item__input" v-model="scope.row.rechecker" placeholder="请输入内容" clearable></el-input> |
| | | <div class="item__txt">{{scope.row.rechecker}}</div> |
| | | <el-input class="item__input" v-model="scope.row.inspectionMan" placeholder="请输入内容" clearable></el-input> |
| | | <div class="item__txt">{{scope.row.inspectionMan}}</div> |
| | | </div> |
| | | </el-table-column> |
| | | </el-table> |
| | |
| | | data() { |
| | | return { |
| | | // 表格数据 |
| | | tableData: [{ |
| | | serial:'1', |
| | | number:'dycj-20220409-0083', |
| | | hiddenDanger:'电仪车间', |
| | | Inspector:'吴甲甲 ', |
| | | inspection:'早班', |
| | | date: '2016-05-02', |
| | | place:'生化站 ', |
| | | content:'生化站3号污泥回流泵电机接地线脱落', |
| | | category:'电气', |
| | | level:'一般隐患C', |
| | | rectification:'已紧固处理', |
| | | liable:'常春', |
| | | time:'2016-05-02', |
| | | completionTime:'', |
| | | rechecker:'', |
| | | reviewTime:'', |
| | | }, { |
| | | serial:'2', |
| | | number:'dycj-20220409-0083', |
| | | hiddenDanger:'电仪车间', |
| | | Inspector:'吴甲甲 ', |
| | | inspection:'早班', |
| | | date: '2016-05-02', |
| | | place:'生化站 ', |
| | | content:'生化站3号污泥回流泵电机接地线脱落', |
| | | category:'电气', |
| | | level:'一般隐患C', |
| | | rectification:'已紧固处理', |
| | | liable:'常春', |
| | | time:'2016-05-02', |
| | | completionTime:'', |
| | | rechecker:'', |
| | | reviewTime:'', |
| | | }, { |
| | | serial:'3', |
| | | number:'dycj-20220409-0083', |
| | | hiddenDanger:'电仪车间', |
| | | Inspector:'吴甲甲 ', |
| | | inspection:'早班', |
| | | date: '2016-05-02', |
| | | place:'生化站 ', |
| | | content:'生化站3号污泥回流泵电机接地线脱落', |
| | | category:'电气', |
| | | level:'一般隐患C', |
| | | rectification:'已紧固处理', |
| | | liable:'常春', |
| | | time:'2016-05-02', |
| | | completionTime:'', |
| | | rechecker:'', |
| | | reviewTime:'', |
| | | }], |
| | | tableData: [], |
| | | // 需要编辑的属性 |
| | | editProp: ['inspectorTime', 'results', 'inspector'] |
| | | }; |
| | | }, |
| | | mounted(){ |
| | | console.log(this.$store) |
| | | this.tableData = this.$route.query.checkData; |
| | | }, |
| | | computed: { |
| | | foodLabel () { |
| | | return (val) => { |