秦瑞柏 3 년 전
부모
커밋
f9af2836e5
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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"