mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化代码
This commit is contained in:
parent
0d02f5d94c
commit
bab4e8063e
@ -73,29 +73,25 @@
|
||||
<td class="text-center">{{job.taskCron}}</td>
|
||||
<td class="text-center">{{job.templateName}}</td>
|
||||
<td class="text-center">{{job.createTime}}</td>
|
||||
<td class="text-center">{{job.stateName}}</td>
|
||||
<td class="text-center">{{job.state == '002'? '运行':'停止'}}</td>
|
||||
<td class="text-right">
|
||||
<div class="btn-group">
|
||||
<button class="btn-white btn btn-xs"
|
||||
v-on:click="_openEditJobModel(job)">
|
||||
<button class="btn-white btn btn-xs" v-on:click="_openEditJobModel(job)">
|
||||
启动
|
||||
</button>
|
||||
</div>
|
||||
<div class="btn-group">
|
||||
<button class="btn-white btn btn-xs"
|
||||
v-on:click="_openDeleteJobModel(job)">
|
||||
<button class="btn-white btn btn-xs" v-on:click="_openDeleteJobModel(job)">
|
||||
停止
|
||||
</button>
|
||||
</div>
|
||||
<div class="btn-group">
|
||||
<button class="btn-white btn btn-xs"
|
||||
v-on:click="_openEditJobModel(job)">
|
||||
<button class="btn-white btn btn-xs" v-on:click="_openEditJobModel(job)">
|
||||
修改
|
||||
</button>
|
||||
</div>
|
||||
<div class="btn-group">
|
||||
<button class="btn-white btn btn-xs"
|
||||
v-on:click="_openDeleteJobModel(job)">
|
||||
<button class="btn-white btn btn-xs" v-on:click="_openDeleteJobModel(job)">
|
||||
删除
|
||||
</button>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user