Prechádzať zdrojové kódy

议价 挂牌类型

huangbin 4 rokov pred
rodič
commit
8a9bacccca

+ 4 - 0
src/views/order/spot_warran/components/spot_warrant_bargain/index.vue

@@ -23,6 +23,10 @@
       <template #validtime="{ text }">
         <span>{{ formatTime(text, 'd') }}</span>
       </template>
+      <!-- 挂牌类型 -->
+      <template #buyorsell="{ text }">
+        <span>{{ text ? '买' : '卖' }}</span>
+      </template>
       <!--  委托状态-->
       <!-- <template #wrtradeorderstatus="{ record }">
         <a>{{ getWrTradeOrderStatusName(record.wrtradeorderstatus) }}</a>