Browse Source

显示实测记录

damon227 2 years ago
parent
commit
2c57439d2a
1 changed files with 11 additions and 3 deletions
  1. 11 3
      src/components/work-flow/node-edit.vue

+ 11 - 3
src/components/work-flow/node-edit.vue

@@ -344,9 +344,17 @@
               </el-form-item>
             </template>
           </el-table-column>
-          <!-- <el-table-column prop="address" label="实测记录1"></el-table-column>
-          <el-table-column prop="address" label="实测纪录2"></el-table-column> -->
-          <el-table-column label="操作">
+          <el-table-column prop="measureRecord1" label="实测记录1">
+            <template slot-scope="scope">
+              <div style="margin-bottom:22px;">{{scope.row.measureRecord1}}</div>
+            </template>
+          </el-table-column>
+          <el-table-column prop="measureRecord2" label="实测纪录2">
+            <template slot-scope="scope">
+              <div style="margin-bottom:22px;">{{scope.row.measureRecord2}}</div>
+            </template>
+          </el-table-column>
+          <el-table-column label="操作" width="140px">
             <template slot-scope="scope">
               <el-button
                 type="primary"