Browse Source

15.4.1 打分派点

bding 3 months ago
parent
commit
a62f976ab8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/contract_manage/components/allocationLable.vue

+ 1 - 1
src/views/contract_manage/components/allocationLable.vue

@@ -33,7 +33,7 @@
       <el-table-column align="center" prop="MoneyPoint" label="获得派点" width="90" v-if="typeLable"> </el-table-column>
       <el-table-column align="center" prop="ContractCode" label="操作" v-if="!typeLable">
         <template slot-scope="{ row }">
-          <span v-if="row.IsAllocation == 0" :class="row.IsGray ? '' : 'editsty'" @click="allocationDetail(row)">派点</span>
+          <span v-if="row.IsAllocation == 0 && row.ContractType !=  '打分派点'" :class="row.IsGray ? '' : 'editsty'" @click="allocationDetail(row)">派点</span>
           <span v-if="row.IsAllocation == 1" class="editsty" @click="detailsHandler(row)">派点详情</span>
         </template>
       </el-table-column>