|
@@ -8,7 +8,7 @@
|
|
<el-table v-loading="loading" border :data="ticketList" @selection-change="handleSelectionChange">
|
|
<el-table v-loading="loading" border :data="ticketList" @selection-change="handleSelectionChange">
|
|
<!-- <el-table-column type="selection" width="55" align="center" /> -->
|
|
<!-- <el-table-column type="selection" width="55" align="center" /> -->
|
|
<el-table-column label="ID" prop="id" width="120" />
|
|
<el-table-column label="ID" prop="id" width="120" />
|
|
- <el-table-column label="标题" prop="title" :show-overflow-tooltip="true" />
|
|
|
|
|
|
+ <!-- <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="流程" prop="process_name" :show-overflow-tooltip="true" />
|
|
<el-table-column label="当前状态" :show-overflow-tooltip="true">
|
|
<el-table-column label="当前状态" :show-overflow-tooltip="true">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|