mk 3 years ago
parent
commit
43731d4896
  1. 6
      src/views/modules/shequzhili/tuceng/zhonghe/shebei/cpts/record.vue

6
src/views/modules/shequzhili/tuceng/zhonghe/shebei/cpts/record.vue

@ -38,7 +38,7 @@
<template slot-scope="scope"> <template slot-scope="scope">
<el-form-item <el-form-item
:prop="'tableData.' + scope.$index + '.inspectTime'" :prop="'tableData.' + scope.$index + '.inspectTime'"
:rules="rules['inspectTime']" style="margin-bottom: 0px;"
> >
<el-date-picker <el-date-picker
v-if="scope.row.isEdit" v-if="scope.row.isEdit"
@ -66,6 +66,7 @@
<template slot-scope="scope"> <template slot-scope="scope">
<el-form-item <el-form-item
:prop="'tableData.' + scope.$index + '.inspectStaffId'" :prop="'tableData.' + scope.$index + '.inspectStaffId'"
style="margin-bottom: 0px;"
> >
<el-select <el-select
v-if="scope.row.isEdit" v-if="scope.row.isEdit"
@ -122,6 +123,7 @@
<template slot-scope="scope"> <template slot-scope="scope">
<el-form-item <el-form-item
:prop="'tableData.' + scope.$index + '.inspectResult'" :prop="'tableData.' + scope.$index + '.inspectResult'"
style="margin-bottom: 0px;"
> >
<el-select <el-select
v-if="scope.row.isEdit" v-if="scope.row.isEdit"
@ -178,6 +180,7 @@
<div v-if="scope.row.isEdit"> <div v-if="scope.row.isEdit">
<el-form-item <el-form-item
:prop="'tableData.' + scope.$index + '.imgList'" :prop="'tableData.' + scope.$index + '.imgList'"
style="margin-bottom: 0px;"
> >
<el-upload <el-upload
:headers="$getElUploadHeaders()" :headers="$getElUploadHeaders()"
@ -219,6 +222,7 @@
<template slot-scope="scope"> <template slot-scope="scope">
<el-form-item <el-form-item
:prop="'tableData.' + scope.$index + '.nextInspectTime'" :prop="'tableData.' + scope.$index + '.nextInspectTime'"
style="margin-bottom: 0px;"
> >
<el-date-picker <el-date-picker
v-if="scope.row.isEdit" v-if="scope.row.isEdit"

Loading…
Cancel
Save