1、优化发布java代码流程,开源不易,开源统计请大家配合,谢谢。

2、修复bug
3、优化sql文件
4、短信回执
This commit is contained in:
张乐
2020-08-18 17:26:56 +08:00
parent 4405bf9d8b
commit e2e612e11c
38 changed files with 364 additions and 188 deletions

View File

@@ -9,7 +9,6 @@
:default-checked-keys="selectModelKeys"
@check="handleSelectionChange"
/>
<!-- {{biztype}}-->
</template>
<template v-else>
<div class="divBox">
@@ -88,7 +87,7 @@
<el-table-column label="操作" min-width="200" fixed="right">
<template slot-scope="scope">
<el-button
v-if="biztype.value!==3"
v-if="biztype.value!==3 && scope.row.pid === 0"
type="text"
size="small"
@click="handleAddMenu(scope.row)"