费用支出

This commit is contained in:
wangxiaoxian 2026-03-15 21:29:14 +08:00
parent a71930793b
commit f64e449f50
1 changed files with 5 additions and 5 deletions

View File

@ -46,8 +46,8 @@
</template>
</el-table-column>
<el-table-column prop="category" label="类别" width="120"></el-table-column>
<el-table-column prop="remark" label="备注" min-width="200" show-overflow-tooltip></el-table-column>
<el-table-column prop="operator" label="经办人" width="120"></el-table-column>
<el-table-column prop="remark" label="备注" min-width="200" show-overflow-tooltip></el-table-column>
<el-table-column prop="createTime" label="创建时间" width="180"></el-table-column>
<el-table-column label="操作" width="150" fixed="right">
<template slot-scope="scope">
@ -70,14 +70,14 @@
<span class="mobile-card-label">日期:</span>
<span class="mobile-card-value">{{ item.date }}</span>
</div>
<div class="mobile-card-item">
<span class="mobile-card-label">备注:</span>
<span class="mobile-card-value">{{ item.remark || '-' }}</span>
</div>
<div class="mobile-card-item">
<span class="mobile-card-label">经办人:</span>
<span class="mobile-card-value">{{ item.operator || '-' }}</span>
</div>
<div class="mobile-card-item">
<span class="mobile-card-label">备注:</span>
<span class="mobile-card-value">{{ item.remark || '-' }}</span>
</div>
<div class="mobile-card-item">
<span class="mobile-card-label">创建时间:</span>
<span class="mobile-card-value">{{ item.createTime }}</span>