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