Browse Source

【修改】 bug

Howie 3 năm trước cách đây
mục cha
commit
7ee0d42dd0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/sales_policy/policy_list.vue

+ 1 - 1
src/views/sales_policy/policy_list.vue

@@ -255,7 +255,7 @@
               >作废</el-button>
             </el-popconfirm>
             <el-popconfirm
-              v-if="$checkBtnRole('examine', $route.meta.roles) && scope.row.examineStatus === 'OK' "
+              v-if="scope.row.examineStatus === 'OK' "
               style="margin-left: 10px"
               title="克隆?"
               @onConfirm="handleClone(scope.row)"