update 设备管理

This commit is contained in:
lb
2022-11-22 09:32:32 +08:00
parent 76ada17b63
commit 4055142b3c
5 changed files with 75 additions and 44 deletions

View File

@@ -29,7 +29,7 @@
:inject-data="{ ...scope.row, ...item }"
@emitData="emitData"
/>
<span v-else>{{ scope.row[item.prop] | commonFilter(item.filter) }}</span>
<span v-else :title="scope.row[item.prop]">{{ scope.row[item.prop] | commonFilter(item.filter) }}</span>
</template>
</el-table-column>
<slot name="content" />