Prechádzať zdrojové kódy

优化 千海金 单据查询 持仓

huangbin 4 rokov pred
rodič
commit
259d31c419

+ 1 - 1
public/config/app.config.json

@@ -1,3 +1,3 @@
 {
-    "apiUrl": "http://192.168.31.203:8080/cfg?key=test_203"
+    "apiUrl": "http://192.168.31.175:8080/cfg?key=test_175"
 }

+ 2 - 8
src/views/platinum/platinum_document_query/list/position/index.vue

@@ -1,21 +1,15 @@
 <template>
   <!-- 单据查询 持仓-->
-  <div class="platinum_document_query_position">
+  <div class="platinum_fixed_investment_price_query_tab">
     <Filter @search="search" />
     <a-table :columns="columns"
-             class="topOrderTable"
+             class="srcollYTable"
              :scroll="{ x: '100%', y: 'calc(100vh - 163px)' }"
              :pagination="false"
              :expandedRowKeys="expandedRowKeys"
              :customRow="Rowclick"
              rowKey="key"
              :data-source="tableList">
-      <!-- 额外的展开行 -->
-      <template #expandedRowRender="{ record }">
-        <BtnList :btnList="firstBtn"
-                 class="btn-list-sticky"
-                 @onClick="btnClick(record)" />
-      </template>
       <!-- 账户类型 -->
       <template #userinfotype="{ record }">
         <a>{{ record.userinfotype === 1 ? '个人' : '企业' }}</a>