初始化项目

This commit is contained in:
2026-03-26 00:01:06 +08:00
parent c3e7288953
commit 9d974067b6

View File

@@ -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,
}; };