1
0
mirror of https://github.com/FatttSnake/Pinnacle-OA.git synced 2026-04-05 23:11:24 +08:00

Fuzzy query was completed and AffairsCard optimized

This commit is contained in:
assina045
2023-06-08 00:40:43 +08:00
parent 09723e427c
commit 640c3bca34
10 changed files with 174 additions and 61 deletions

View File

@@ -1,4 +1,20 @@
<template>
<el-col :span="16">
<div class="mt-4">
<el-input placeholder="查询事务" class="input-with-select">
<template #prepend>
<el-select placeholder="查询方式">
<el-option label="事务编号" value="1" />
<el-option label="事务名称" value="2" />
<el-option label="日期" value="3" />
</el-select>
</template>
<template #append>
<el-button>查询</el-button>
</template>
</el-input>
</div>
</el-col>
<el-table :data="tableData" style="width: 100%">
<el-table-column label="事务编号" prop="id" />