Commit 82864649 by YuleiLan

feat: 工单列表添加流程信息。

parent 0f2c94f8
......@@ -9,6 +9,7 @@
<!-- <el-table-column type="selection" width="55" align="center" /> -->
<el-table-column label="ID" prop="id" width="120" />
<el-table-column label="标题" prop="title" :show-overflow-tooltip="true" />
<el-table-column label="流程" prop="process_name" :show-overflow-tooltip="true" />
<el-table-column label="当前状态" :show-overflow-tooltip="true">
<template slot-scope="scope">
<span>
......
......@@ -14,6 +14,7 @@
<el-select
v-model="listQuery.processor"
filterable
clearable
remote
size="small"
reserve-keyword
......@@ -47,6 +48,7 @@
<el-form-item label="创建时间">
<el-date-picker
v-model="timeValue"
clearable
size="small"
type="datetimerange"
:picker-options="pickerOptions"
......@@ -54,6 +56,7 @@
start-placeholder="开始日期"
end-placeholder="结束日期"
align="right"
@change="getList"
/>
</el-form-item>
<el-form-item>
......
......@@ -11,6 +11,7 @@
<!-- <el-table-column type="selection" width="55" align="center" /> -->
<el-table-column label="ID" prop="id" width="120" />
<el-table-column label="标题" prop="title" :show-overflow-tooltip="true" />
<el-table-column label="流程" prop="process_name" :show-overflow-tooltip="true" />
<el-table-column label="当前状态" :show-overflow-tooltip="true">
<template slot-scope="scope">
<span>
......
......@@ -11,6 +11,7 @@
<!-- <el-table-column type="selection" width="55" align="center" /> -->
<el-table-column label="ID" prop="id" width="120" />
<el-table-column label="标题" prop="title" :show-overflow-tooltip="true" />
<el-table-column label="流程" prop="process_name" :show-overflow-tooltip="true" />
<el-table-column label="当前状态" :show-overflow-tooltip="true">
<template slot-scope="scope">
<span>
......
......@@ -11,6 +11,7 @@
<!-- <el-table-column type="selection" width="55" align="center" /> -->
<el-table-column label="ID" prop="id" width="120" />
<el-table-column label="标题" prop="title" :show-overflow-tooltip="true" />
<el-table-column label="流程" prop="process_name" :show-overflow-tooltip="true" />
<el-table-column label="当前状态" :show-overflow-tooltip="true">
<template slot-scope="scope">
<span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment