mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-06 17:30:25 +08:00
feat: 新增linux进程操作
This commit is contained in:
@@ -51,8 +51,8 @@
|
||||
|
||||
<el-row type="flex" justify="center">
|
||||
<slot name="btns" :submitDisabled="submitDisabled" :data="form" :submit="submit">
|
||||
<el-button @click="reset" size="mini">重 置</el-button>
|
||||
<el-button type="primary" @click="submit" size="mini">保 存</el-button>
|
||||
<el-button @click="reset" size="small">重 置</el-button>
|
||||
<el-button type="primary" @click="submit" size="small">保 存</el-button>
|
||||
</slot>
|
||||
</el-row>
|
||||
</el-form>
|
||||
|
||||
Reference in New Issue
Block a user