瀏覽代碼

Finish Hotfix-zh-224

Howie 3 年之前
父節點
當前提交
d22a889e54
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)"