浏览代码

物资柜异常原因改成类型

pm 8 月之前
父节点
当前提交
e0f5fe742b
共有 2 个文件被更改,包括 1 次插入2 次删除
  1. 0 1
      src/views/mes/material/Lending/demo6.vue
  2. 1 1
      src/views/mes/material/lockers/index.vue

+ 0 - 1
src/views/mes/material/Lending/demo6.vue

@@ -42,7 +42,6 @@
                   :options="materialstypeOptions"
                   :normalizer="normalizer"
                   placeholder="请选择物资类型"
-
                 />
               </div>
               <div class="old5">型 号:

+ 1 - 1
src/views/mes/material/lockers/index.vue

@@ -222,7 +222,7 @@
               />
             </template>
           </el-table-column>
-          <el-table-column label="异常原因" prop="exReason" width="100" >
+          <el-table-column label="异常类型" prop="exReason" width="100" >
             <template slot-scope="scope">
               <dict-tag
                 :options="dict.type.exception_reason"