rev:移库界面修改
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
v-model="query.form_type"
|
||||
filterable
|
||||
size="mini"
|
||||
disabled
|
||||
placeholder="请选择/搜索"
|
||||
class="filter-item"
|
||||
@change="crud.toQuery()"
|
||||
@@ -60,7 +61,7 @@
|
||||
:data="crud.data"
|
||||
>
|
||||
<el-table-column type="selection" width="55"/>
|
||||
<el-table-column prop="code" label="单据编码" show-overflow-tooltip width="120">
|
||||
<el-table-column prop="code" label="单据编码" show-overflow-tooltip width="180">
|
||||
<template slot-scope="scope">
|
||||
<el-link v-if="scope.row.hasChildren" type="warning" @click="toView(scope.row)">{{
|
||||
scope.row.code
|
||||
@@ -86,12 +87,12 @@
|
||||
>
|
||||
<template slot-scope="scope">{{ scope.row.form_data[item.value] }}</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="proc_inst_id" label="流程实例" show-overflow-tooltip width="120"/>
|
||||
<el-table-column prop="remark" label="备注"/>
|
||||
<el-table-column prop="create_time" label="创建时间" />
|
||||
<el-table-column prop="create_time" label="创建时间" width="150"/>
|
||||
<el-table-column prop="create_name" label="创建人"/>
|
||||
<el-table-column prop="update_time" label="修改时间" />
|
||||
<el-table-column prop="update_time" label="修改时间" width="150"/>
|
||||
<el-table-column prop="create_name" label="修改人"/>
|
||||
<el-table-column prop="proc_inst_id" label="对应流程实例id" show-overflow-tooltip width="120" />
|
||||
<el-table-column
|
||||
label="操作"
|
||||
fixed="right"
|
||||
|
||||
Reference in New Issue
Block a user