初始化项目
This commit is contained in:
@@ -17,6 +17,7 @@
|
|||||||
<div ref="tableWrapRef" class="table-container">
|
<div ref="tableWrapRef" class="table-container">
|
||||||
<el-table :data="listData" :height="tableHeight" :show-header="true" :border="false">
|
<el-table :data="listData" :height="tableHeight" :show-header="true" :border="false">
|
||||||
<el-table-column prop="title" label="标题" min-width="120" show-overflow-tooltip="true" />
|
<el-table-column prop="title" label="标题" min-width="120" show-overflow-tooltip="true" />
|
||||||
|
<el-table-column prop="extraDesc" label="待办意见" width="120" show-overflow-tooltip="true" />
|
||||||
<el-table-column prop="datetime" label="到期时间" width="180" />
|
<el-table-column prop="datetime" label="到期时间" width="180" />
|
||||||
<el-table-column label="操作" width="90" align="center" fixed="right">
|
<el-table-column label="操作" width="90" align="center" fixed="right">
|
||||||
<template #default="{ row }">
|
<template #default="{ row }">
|
||||||
@@ -139,6 +140,7 @@
|
|||||||
try {
|
try {
|
||||||
const reqParams = {
|
const reqParams = {
|
||||||
type: '1',
|
type: '1',
|
||||||
|
ustatus: '1',
|
||||||
clickClose: '0',
|
clickClose: '0',
|
||||||
readFlag: activeTab.value,
|
readFlag: activeTab.value,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user