瀏覽代碼

commit 成交类型

yu jie 4 年之前
父節點
當前提交
a531da3c96
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      src/views/platinum/platinum_document_query/list/success/index.vue

+ 4 - 0
src/views/platinum/platinum_document_query/list/success/index.vue

@@ -19,6 +19,10 @@
           <template #userinfotype="{ record }">
               <a>{{ record.userinfotype === 1 ? "个人" : "企业" }}</a>
           </template>
+          <!-- 成交类型 -->
+          <template #buyorsell="{ record }">
+              <a>{{ record.buyorsell === 1 ? "卖" : "买" }}</a>
+          </template>
       </a-table>
     </contextMenu>
     <!-- <ControlModal :selectedRow="selectedRow" /> -->