浏览代码

【修改】工程发货 展示订单状态

howie 2 年之前
父节点
当前提交
56dcf3fe4c
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/views/supply/apply/engin_list.vue

+ 5 - 0
src/views/supply/apply/engin_list.vue

@@ -166,6 +166,11 @@
           >
             <!--            :selectable="selectable"-->
             <el-table-column align="center" type="selection" width="55" fixed="left" :selectable="selectable" />
+            <el-table-column align="left" label="订单状态" prop="type" min-width="120" show-overflow-tooltip>
+              <template slot-scope="scope">
+                {{ scope.row.automaticStatus?'非计划单推发货':'计划单推发货' }}
+              </template>
+            </el-table-column>
             <el-table-column align="left" label="订单类型" prop="type" min-width="100" show-overflow-tooltip>
               <template slot-scope="scope">
                 {{ scope.row.type | orderTypeFilter }}