Commit cfea557a authored by 黄奎's avatar 黄奎

1

parent 5fc4faf7
......@@ -227,7 +227,7 @@
<div class="per_first_menu-set">
<ul>
<template v-for="(item, index) in actionList">
<el-tooltip :key="`a_t_`+index" class="item" effect="dark" :content="item.Remarks" v-if="item.Remarks!=''"
<el-tooltip :key="`a_t_`+index" class="item" effect="dark" :content="item.Remarks"
placement="top-start">
<li v-model="item.IsShow" @click="item.IsShow = !item.IsShow" :key="`a_`+index">
<el-checkbox type="checkbox" :value="item.IsShow" v-model="item.IsShow" v-bind:checked="item.IsShow">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment