🐞 fix: 设备管理bug修复

This commit is contained in:
砂糖
2025-09-24 15:23:07 +08:00
parent d660009610
commit 429081460a
22 changed files with 163 additions and 140 deletions

View File

@@ -32,7 +32,7 @@
<el-table-column label="项目内容" align="center" width="350px" prop="subjectContent" :show-overflow-tooltip="true"/>
<el-table-column label="标准" align="center" width="300px" prop="subjectStandard" :show-overflow-tooltip="true"/>
<el-table-column label="操作" align="center" v-if="optType !='view'" class-name="small-padding fixed-width">
<template slot-scope="scope">
<template #default="scope">
<el-button
size="mini"
type="text"