Selaa lähdekoodia

预托书固定列取消

jbb 2 vuotta sitten
vanhempi
commit
0cf78d3dd2

+ 1 - 1
src/views/pre-book/addPreBookDrawer.vue

@@ -282,7 +282,7 @@ export default {
           title: '款号',
           key: 'itemNumber',
           width: 120,
-          fixed: 'left',
+          // fixed: 'left',
           className: 'replacecolor'
         },
         {

+ 1 - 1
src/views/pre-book/detailsPreBookDrawer.vue

@@ -170,7 +170,7 @@ export default {
           dataIndex: 'itemNumber',
           width: 120,
 
-          fixed: 'left',
+          // fixed: 'left',
           className: 'replacecolor'
         },
         {

+ 2 - 2
src/views/pre-book/editPreBookDrawer.vue

@@ -295,7 +295,7 @@ export default {
           dataIndex: 'englishName',
           width: 120,
 
-          fixed: 'left',
+          // fixed: 'left',
           className: 'replacecolor'
         },
         {
@@ -303,7 +303,7 @@ export default {
           dataIndex: 'styleNum',
           width: 120,
 
-          fixed: 'left',
+          // fixed: 'left',
           className: 'replacecolor'
         },
         {

+ 2 - 2
src/views/pre-book/preBookList.vue

@@ -153,7 +153,7 @@ export default {
           title: '预托书号',
           width: 220,
           dataIndex: 'depositaryReceiptNo',
-          fixed: 'left',
+          // fixed: 'left',
           align: 'left',
           className: 'replacecolor'
         },
@@ -233,7 +233,7 @@ export default {
           dataIndex: 'theDocumentsState',
           width: 90,
           scopedSlots: { customRender: 'documentStateSlot' },
-          fixed: 'right',
+          // fixed: 'right',
           className: 'replacecolor'
         },
         {