|
@@ -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
|