耗材管理

This commit is contained in:
魏啾 2024-07-02 17:56:20 +08:00
parent fb732f8ebe
commit 4750e500de
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@
{{ dayjs(scope.row.createdAt).format('YYYY-MM-DD HH:mm:ss') }} {{ dayjs(scope.row.createdAt).format('YYYY-MM-DD HH:mm:ss') }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="耗材信处理"> <el-table-column label="耗材记录">
<template v-slot="scope"> <template v-slot="scope">
<el-button type="text" @click="clicksee(scope.row)">查看</el-button> <el-button type="text" @click="clicksee(scope.row)">查看</el-button>
</template> </template>