瀏覽代碼

init

newStyle
wangxiaohua 3 年之前
父節點
當前提交
f0427e3ab6
共有 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>



Loading…
取消
儲存