秦瑞柏 3 năm trước cách đây
mục cha
commit
f9af2836e5
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/views/purchase/contract/detailsPage.vue

+ 2 - 2
src/views/purchase/contract/detailsPage.vue

@@ -95,7 +95,7 @@
             @row-del="rowDel"
             @saveColumn="saveColumn"
           >
-            <template slot="priceCategory" slot-scope="{row,index}">
+            <template slot="priceCategory" slot-scope="{ row, index}">
               <goods-select
                 v-if="row.$cellEdit"
                 v-model="row.priceCategoryNames"
@@ -105,7 +105,7 @@
               </goods-select>
               <span v-else>{{ row.priceCategoryNames }}</span>
             </template>
-            <template slot="itemType" slot-scope="{row,index}">
+            <template slot="itemType" slot-scope="{ row, index }">
               <el-select
                 v-if="row.$cellEdit"
                 v-model="row.itemType"