耗材管理
This commit is contained in:
parent
fb732f8ebe
commit
4750e500de
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue