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

Loading…
Cancel
Save