QuKatie il y a 3 ans
Parent
commit
60a35345b3
1 fichiers modifiés avec 9 ajouts et 1 suppressions
  1. 9 1
      src/views/maintenance/priceLibrary/index.vue

+ 9 - 1
src/views/maintenance/priceLibrary/index.vue

@@ -41,6 +41,14 @@
             :configuration="goodsConfiguration"
           />
         </template>
+        <template slot="priorityReferrer" slot-scope="{ row }">
+          <el-checkbox
+            :disabled="!row.$cellEdit"
+            v-model="row.priorityReferrer"
+            :true-label="1"
+            :false-label="0"
+          />
+        </template>
         <template slot="corpIdSearch">
           <select-component
             v-model="search.corpId"
@@ -149,7 +157,7 @@ export default {
         pageSize: 10,
         currentPage: 1,
         total: 0,
-        pageSizes:[10,50,100,200,300,400,500]
+        pageSizes: [10, 50, 100, 200, 300, 400, 500]
       },
       detailData: {},
       loading: false