Merge remote-tracking branch 'origin/feature-20240104' into feature-20240104

master
elliott 2 years ago
commit 82f48b3f81

@ -82,7 +82,7 @@
<el-table-column label="仪器ID" align="center" prop="id" />
<el-table-column label="仪器类型" align="center" prop="type">
<template slot-scope="scope">
<span v-show="scope.row.type == 1"></span>
<span v-show="scope.row.type == 1">iot</span>
<span v-show="scope.row.type == 2">iot</span>
</template>
</el-table-column>

Loading…
Cancel
Save