Commit ec65a27d authored by liqiuyu's avatar liqiuyu

fix(*): 我的待办增加完成时间

parent 5061aa12
......@@ -995,6 +995,11 @@ const changeBag = (data)=>{
const tableData = ref([]);
const tableColumns = ref([
{
prop: 'index',
label: '序号',
width: '6%'
},
{
prop: 'workTicketNo',
label: '编号',
......
......@@ -1050,6 +1050,11 @@ const changeBag = (data)=>{
const tableData = ref([]);
const tableColumns = ref([
{
prop: 'index',
label: '序号',
width: '6%'
},
{
prop: 'workTicketNo',
label: '编号',
......@@ -1086,6 +1091,7 @@ const tableColumns = ref([
{ prop: 'createTime', label: '发生时间',width: '10%' },
{ prop: 'desc', label: '闭环状态',width: '10%' },
{ prop: 'handleUser', label: '处理人',width: '10%' },
{ prop: 'finishTime', label: '完成时间',width: '10%' },
{ prop: 'level', label: '级别',width: '5%' },
{
prop: "operation",
......
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 to comment