Browse Source

修改类型值

wangxingcheng 2 năm trước cách đây
mục cha
commit
29c8c217f0
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/views/customer/detail.vue

+ 1 - 0
src/views/customer/detail.vue

@@ -205,6 +205,7 @@
                   <el-tag v-if="scope.row.opnType == 10">分配</el-tag>
                   <el-tag v-else-if="scope.row.opnType == 20">转移</el-tag>
                   <el-tag v-else-if="scope.row.opnType == 30">领取</el-tag>
+                  <el-tag v-else-if="scope.row.opnType == 40">合并</el-tag>
                 </template>
               </el-table-column>
               <el-table-column align="center" label="操作人" prop="createdName" />