소스 검색

Merge branch 'master' of http://git.2weisou.com/wangxiao/zkPCproject into master

newStyle
lancer 3 년 전
부모
커밋
78f7713fdc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/views/ReceivingRecords/index.vue

+ 1
- 1
src/views/ReceivingRecords/index.vue 파일 보기

@@ -236,7 +236,7 @@
</el-table-column>
<el-table-column prop="markAdvisor" label="标记客户" align="center">
<template slot-scope="{ row }">
{{ row.markAdvisor == 0 ? "已标记" : "未标记" }}
{{ row.markAdvisor == 0 ? "未标记" : "已标记" }}
</template>
</el-table-column>



불러오는 중...
취소
저장