Переглянути джерело

预托书详情页字段修改

jbb 2 роки тому
батько
коміт
0c366f48ad
1 змінених файлів з 8 додано та 9 видалено
  1. 8 9
      src/views/pre-book/detailsPreBookDrawer.vue

+ 8 - 9
src/views/pre-book/detailsPreBookDrawer.vue

@@ -156,14 +156,14 @@ export default {
     return {
       // 表头
       columns: [
-        {
-          title: '英文名称',
-          dataIndex: 'englishName',
-          width: 120,
+        // {
+        //   title: '英文名称',
+        //   dataIndex: 'englishName',
+        //   width: 120,
 
-          fixed: 'left',
-          className: 'replacecolor'
-        },
+        //   fixed: 'left',
+        //   className: 'replacecolor'
+        // },
         {
           title: '款号',
           dataIndex: 'itemNumber',
@@ -174,9 +174,8 @@ export default {
         },
         {
           title: '小po号',
-          dataIndex: 'poNo',
+          dataIndex: 'smallPo',
           width: 120,
-
           className: 'replacecolor'
         },
         {