Explorar el Código

fix: 置换详情调整

Howie hace 1 año
padre
commit
a1ad6be530
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7 0
      src/views/supply/implement/components/displace_detail.vue

+ 7 - 0
src/views/supply/implement/components/displace_detail.vue

@@ -23,6 +23,13 @@
       <el-table :data="item" element-loading-text="Loading" border fit highlight-current-row stripe>
         <el-table-column
           align="left"
+          label="置换人"
+          prop="createBy"
+          min-width="100"
+          show-overflow-tooltip
+        ></el-table-column>
+        <el-table-column
+          align="left"
           label="置换日期"
           prop="createTime"
           min-width="160"