耗材管理

This commit is contained in:
魏啾
2024-07-02 17:56:20 +08:00
parent fb732f8ebe
commit 4750e500de

View File

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