增加单位岁 增加项目编码字段

This commit is contained in:
叶锦涛
2025-10-23 10:52:34 +08:00
parent 1bba9e598a
commit be6d5c1ccc
11 changed files with 64 additions and 17 deletions

View File

@@ -49,9 +49,12 @@
label="年龄"
align="center"
key="age"
prop="age"
:show-overflow-tooltip="true"
/>
>
<template #default="scope">
{{ scope.row.age ? `${scope.row.age}` : '-' }}
</template>
</el-table-column>
</el-table>
<pagination
v-show="total > 0"