BUG 30994
This commit is contained in:
		| @@ -15,7 +15,7 @@ export default { | |||||||
|   props: { |   props: { | ||||||
|     instance: Function, |     instance: Function, | ||||||
|     dict: {default: () => ({})}, |     dict: {default: () => ({})}, | ||||||
|     permission: Function |     permissions: Function | ||||||
|   }, |   }, | ||||||
|   computed: { |   computed: { | ||||||
|     currentPage() { |     currentPage() { | ||||||
|   | |||||||
| @@ -38,7 +38,7 @@ | |||||||
|               </el-row> |               </el-row> | ||||||
|               <el-row type="flex" align="middle" class="operation"> |               <el-row type="flex" align="middle" class="operation"> | ||||||
|                 <div v-if="node.isLeaf" class="opBtn del" v-text="`删除`" @click="handleDelete(data)"/> |                 <div v-if="node.isLeaf" class="opBtn del" v-text="`删除`" @click="handleDelete(data)"/> | ||||||
|                 <div v-if="permission('guide_page_config')&&data.component&&data.type==1" class="opBtn" v-text="`引导页`" |                 <div v-if="permissions('guide_page_config')&&data.component&&data.type==1" class="opBtn" v-text="`引导页`" | ||||||
|                      @click="$router.push({hash:'#intro',query:{id:data.id}})"/> |                      @click="$router.push({hash:'#intro',query:{id:data.id}})"/> | ||||||
|                 <div v-if="data.type<2" class="opBtn" v-text="`添加下级`" @click="addMenu(data)"/> |                 <div v-if="data.type<2" class="opBtn" v-text="`添加下级`" @click="addMenu(data)"/> | ||||||
|                 <div class="opBtn" v-text="`编辑`" @click="handleEdit(data)"/> |                 <div class="opBtn" v-text="`编辑`" @click="handleEdit(data)"/> | ||||||
| @@ -99,7 +99,7 @@ export default { | |||||||
|   props: { |   props: { | ||||||
|     instance: Function, |     instance: Function, | ||||||
|     dict: {default: () => ({})}, |     dict: {default: () => ({})}, | ||||||
|     permission: Function |     permissions: Function | ||||||
|   }, |   }, | ||||||
|   data() { |   data() { | ||||||
|     return { |     return { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user