huangbin 4 years ago
parent
commit
247b836dc9

+ 2 - 0
src/views/business/plan/list/audit/index.vue

@@ -16,8 +16,10 @@
              rowKey="key"
              :data-source="tableList">
       <!-- 额外的展开行 -->
+      <!-- 额外的展开行 -->
       <template #expandedRowRender="{ record }">
         <BtnList :btnList="secondBtn"
+                 class="btn-list-sticky"
                  :record="record"
                  @click="openComponent" />
       </template>

+ 1 - 0
src/views/business/plan/list/running/index.vue

@@ -19,6 +19,7 @@
       <template #expandedRowRender="{ record }">
         <BtnList :btnList="secondBtn"
                  :record="record"
+                 class="btn-list-sticky"
                  @click="openComponent" />
       </template>
       <template #contracttype="{ text }">

+ 1 - 0
src/views/business/purchase/list/all/index.vue

@@ -19,6 +19,7 @@
       <template #expandedRowRender="{ record }">
         <BtnList :btnList="secondBtn"
                  :record="record"
+                 class="btn-list-sticky"
                  @click="openComponent" />
       </template>
     </a-table>

+ 1 - 0
src/views/business/purchase/list/pending/index.vue

@@ -19,6 +19,7 @@
       <template #expandedRowRender="{ record }">
         <BtnList :btnList="secondBtn"
                  :record="record"
+                 class="btn-list-sticky"
                  @click="openComponent" />
       </template>
     </a-table>

+ 1 - 0
src/views/business/purchase/list/performance/index.vue

@@ -19,6 +19,7 @@
       <template #expandedRowRender="{ record }">
         <BtnList :btnList="secondBtn"
                  :record="record"
+                 class="btn-list-sticky"
                  @click="openComponent" />
       </template>
     </a-table>

+ 1 - 0
src/views/business/sell/list/all/index.vue

@@ -19,6 +19,7 @@
       <template #expandedRowRender="{ record }">
         <BtnList :btnList="secondBtn"
                  :record="record"
+                 class="btn-list-sticky"
                  @click="openComponent" />
       </template>
     </a-table>

+ 2 - 0
src/views/information/spot-contract/list/checkpending/index.vue

@@ -15,8 +15,10 @@
              :data-source="tableList"
              :scroll="{ x: 'calc(100% - 180px)', y: 'calc(100vh - 163px)' }">
       <!-- 额外的展开行 -->
+      <!-- 额外的展开行 -->
       <template #expandedRowRender="{ record }">
         <BtnList :btnList="secondBtn"
+                 class="btn-list-sticky"
                  :record="record"
                  @click="openComponent" />
       </template>

+ 2 - 0
src/views/information/spot-contract/list/finished/index.vue

@@ -15,8 +15,10 @@
              :data-source="tableList"
              :scroll="{ x: 'calc(100% - 180px)', y: 'calc(100vh - 163px)' }">
       <!-- 额外的展开行 -->
+      <!-- 额外的展开行 -->
       <template #expandedRowRender="{ record }">
         <BtnList :btnList="secondBtn"
+                 class="btn-list-sticky"
                  :record="record"
                  @click="openComponent" />
       </template>

+ 2 - 0
src/views/information/spot-contract/list/performance/index.vue

@@ -15,8 +15,10 @@
              :data-source="tableList"
              :scroll="{ x: 'calc(100% - 180px)', y: 'calc(100vh - 163px)' }">
       <!-- 额外的展开行 -->
+      <!-- 额外的展开行 -->
       <template #expandedRowRender="{ record }">
         <BtnList :btnList="secondBtn"
+                 class="btn-list-sticky"
                  :record="record"
                  @click="openComponent" />
       </template>

+ 2 - 0
src/views/information/spot-contract/list/unsubmitted/index.vue

@@ -15,8 +15,10 @@
              :data-source="tableList"
              :scroll="{ x: '100%', y: 'calc(100vh - 163px)' }">
       <!-- 额外的展开行 -->
+      <!-- 额外的展开行 -->
       <template #expandedRowRender="{ record }">
         <BtnList :btnList="secondBtn"
+                 class="btn-list-sticky"
                  :record="record"
                  @click="openComponent" />
       </template>