mirror of
https://gitee.com/gokins/gokins.git
synced 2024-11-29 17:57:50 +08:00
bugs+
This commit is contained in:
parent
a32aad12fb
commit
27b0246e46
File diff suppressed because one or more lines are too long
@ -105,7 +105,7 @@ func ModelRun(c *gin.Context, req *ruisUtil.Map) {
|
|||||||
m := &models.ModelRun{}
|
m := &models.ModelRun{}
|
||||||
m.Tid = int(id)
|
m.Tid = int(id)
|
||||||
m.Uid = lgusr.Xid
|
m.Uid = lgusr.Xid
|
||||||
m.Tgtyps = "手动触发"
|
m.Tgtyps = "手动执行"
|
||||||
if err := m.Add(); err != nil {
|
if err := m.Add(); err != nil {
|
||||||
c.String(500, "add err:"+err.Error())
|
c.String(500, "add err:"+err.Error())
|
||||||
return
|
return
|
||||||
|
@ -37,7 +37,10 @@
|
|||||||
#{{row.Id}}</el-link>
|
#{{row.Id}}</el-link>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column prop="Tgtyps" width="120">
|
<el-table-column label="触发" width="120">
|
||||||
|
<template slot-scope="{row}">
|
||||||
|
<el-tag>{{row.Tgtyps}}</el-tag>
|
||||||
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column prop="Times1" label="运行时间" width="200" sortable>
|
<el-table-column prop="Times1" label="运行时间" width="200" sortable>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
Loading…
Reference in New Issue
Block a user