Browse Source

commit 成交类型

yu jie 4 years ago
parent
commit
a531da3c96

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

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