Explorar o código

【修改】 bug

Howie %!s(int64=3) %!d(string=hai) anos
pai
achega
7ee0d42dd0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)"