系统管理-目录管理-》耗材目录。将该界面的字段标题设置可以手动拉宽每个字段的宽度,有的字段内容看不全,将界面的字段标题设置成可以调节每个字段的长度,使之能看全内容

This commit is contained in:
ljj
2025-11-24 15:11:19 +08:00
parent 27c3c850d6
commit dcfa13f239
2 changed files with 7 additions and 1 deletions

View File

@@ -66,7 +66,7 @@
</el-col> -->
</el-row>
<el-table v-loading="loading" :data="deviceList" @selection-change="handleSelectionChange" width="90%">
<el-table v-loading="loading" :data="deviceList" @selection-change="handleSelectionChange" width="90%" border resizable-column>
<el-table-column type="selection" width="50" align="center" />
<el-table-column label="编码" align="center" key="busNo" prop="busNo" :show-overflow-tooltip="true" />
<el-table-column label="器材名称" align="center" key="name" prop="name" :show-overflow-tooltip="true" />

6
package-lock.json generated Normal file
View File

@@ -0,0 +1,6 @@
{
"name": "his",
"lockfileVersion": 3,
"requires": true,
"packages": {}
}