测试:前台任务添加
parent
5adbe20195
commit
16c329af4c
|
@ -28,24 +28,18 @@
|
|||
</el-form>
|
||||
|
||||
|
||||
<!-- <el-button-->
|
||||
<!-- v-hasPermi="['system:user:remove']"-->
|
||||
<!-- icon="el-icon-delete"-->
|
||||
<!-- size="mini"-->
|
||||
<!-- type="text"-->
|
||||
<!-- @click="handleDelete(scope.row)"-->
|
||||
<!-- >删除-->
|
||||
<!-- </el-button>-->
|
||||
|
||||
|
||||
<el-button
|
||||
icon="el-icon-delete"
|
||||
plain
|
||||
size="mini"
|
||||
type="danger"
|
||||
@click="insertAdd()"
|
||||
>新增
|
||||
</el-button>
|
||||
<el-col :span="1.5">
|
||||
<el-button
|
||||
v-hasPermi="['system:config:add']"
|
||||
icon="el-icon-plus"
|
||||
plain
|
||||
size="mini"
|
||||
type="primary"
|
||||
@click="handleAdd"
|
||||
>新增
|
||||
</el-button>
|
||||
</el-col>
|
||||
|
||||
|
||||
<!-- <el-dialog title="添加数据源接入" :visible.sync="dialogFormVisible">-->
|
||||
|
@ -227,7 +221,10 @@ export default {
|
|||
watch: {},
|
||||
//方法集合",
|
||||
methods: {
|
||||
|
||||
//添加页面展示
|
||||
handleAdd(){
|
||||
this.dialogFormVisible = true;
|
||||
},
|
||||
|
||||
//添加任务
|
||||
addTask(){
|
||||
|
|
Loading…
Reference in New Issue