add:点检、润滑、保养、维修定时任务
This commit is contained in:
@@ -122,6 +122,8 @@
|
||||
<el-table-column prop="confirm_time" label="确认时间" min-width="140" />
|
||||
<el-table-column prop="audit_optname" label="审核人" min-width="90" />
|
||||
<el-table-column prop="audit_time" label="审核时间" min-width="140" />
|
||||
<el-table-column prop="source_bill_code" label="源单号" min-width="150px" />
|
||||
<el-table-column prop="source_bill_type" label="源单业务类型" min-width="120" />
|
||||
<el-table-column v-permission="[]" label="操作" min-width="125" align="center" fixed="right">
|
||||
<template slot-scope="scope">
|
||||
<udOperation
|
||||
|
||||
@@ -78,7 +78,7 @@
|
||||
</div>
|
||||
<!--如果想在工具栏加入更多按钮,可以使用插槽方式, slot = 'left' or 'right'-->
|
||||
<crudOperation :permission="permission">
|
||||
<!-- <el-button
|
||||
<el-button
|
||||
slot="right"
|
||||
class="filter-item"
|
||||
type="success"
|
||||
@@ -88,7 +88,7 @@
|
||||
@click="submit"
|
||||
>
|
||||
提交
|
||||
</el-button>-->
|
||||
</el-button>
|
||||
</crudOperation>
|
||||
<!--表格渲染-->
|
||||
<el-table ref="table" v-loading="crud.loading" :data="crud.data" size="mini" style="width: 100%;" @selection-change="crud.selectionChangeHandler">
|
||||
@@ -118,7 +118,7 @@
|
||||
<el-table-column prop="confirm_time" label="确认时间" min-width="140" />
|
||||
<el-table-column prop="audit_optname" label="审核人" min-width="120px" />
|
||||
<el-table-column prop="audit_time" label="审核时间" min-width="140" />
|
||||
<el-table-column prop="source_bill_code" label="源单号" min-width="120px" />
|
||||
<el-table-column prop="source_bill_code" label="源单号" min-width="150px" />
|
||||
<el-table-column prop="source_bill_type" label="源单业务类型" min-width="120" />
|
||||
<el-table-column v-permission="[]" label="操作" min-width="125" align="center" fixed="right">
|
||||
<template slot-scope="scope">
|
||||
|
||||
@@ -122,6 +122,8 @@
|
||||
<el-table-column prop="confirm_time" label="确认时间" min-width="140" />
|
||||
<el-table-column prop="audit_optname" label="审核人" min-width="90" />
|
||||
<el-table-column prop="audit_time" label="审核时间" min-width="140" />
|
||||
<el-table-column prop="source_bill_code" label="源单号" min-width="150px" />
|
||||
<el-table-column prop="source_bill_type" label="源单业务类型" min-width="120" />
|
||||
<el-table-column v-permission="[]" label="操作" min-width="125" align="center" fixed="right">
|
||||
<template slot-scope="scope">
|
||||
<udOperation
|
||||
|
||||
@@ -122,6 +122,8 @@
|
||||
<el-table-column prop="confirm_time" label="确认时间" min-width="140" />
|
||||
<el-table-column prop="audit_optname" label="审核人" min-width="90" />
|
||||
<el-table-column prop="audit_time" label="审核时间" min-width="140" />
|
||||
<el-table-column prop="source_bill_code" label="源单号" min-width="150px" />
|
||||
<el-table-column prop="source_bill_type" label="源单业务类型" min-width="120" />
|
||||
<el-table-column v-permission="[]" label="操作" min-width="125" align="center" fixed="right">
|
||||
<template slot-scope="scope">
|
||||
<udOperation
|
||||
|
||||
Reference in New Issue
Block a user