页面优化

This commit is contained in:
BianLzhaoMin 2024-04-29 17:14:44 +08:00
parent c64e32b423
commit 101e0d7ef6
2 changed files with 0 additions and 64 deletions

View File

@ -134,38 +134,6 @@
v-if="columns[4].visible" v-if="columns[4].visible"
width="200" width="200"
/> />
<el-table-column
label="种类名称"
align="center"
key="kindName"
prop="kindName"
v-if="columns[1].visible"
:show-overflow-tooltip="true"
/>
<el-table-column
label="类型名称"
align="center"
key="typeName"
prop="typeName"
v-if="columns[2].visible"
:show-overflow-tooltip="true"
/>
<el-table-column
label="规格型号"
align="center"
key="modelName"
prop="modelName"
v-if="columns[3].visible"
:show-overflow-tooltip="true"
/>
<el-table-column
label="库管员"
align="center"
key="userName"
prop="userName"
v-if="columns[4].visible"
width="200"
/>
<el-table-column label="操作" align="center" width="160" class-name="small-padding fixed-width"> <el-table-column label="操作" align="center" width="160" class-name="small-padding fixed-width">
<template slot-scope="scope" v-if="scope.row.userId !== 1"> <template slot-scope="scope" v-if="scope.row.userId !== 1">
<!-- <el-button--> <!-- <el-button-->

View File

@ -153,38 +153,6 @@
v-if="columns[4].visible" v-if="columns[4].visible"
width="200" width="200"
/> />
<el-table-column
label="种类名称"
align="center"
key="kindName"
prop="kindName"
v-if="columns[1].visible"
:show-overflow-tooltip="true"
/>
<el-table-column
label="类型名称"
align="center"
key="typeName"
prop="typeName"
v-if="columns[2].visible"
:show-overflow-tooltip="true"
/>
<el-table-column
label="规格型号"
align="center"
key="modelName"
prop="modelName"
v-if="columns[3].visible"
:show-overflow-tooltip="true"
/>
<el-table-column
label="维修班"
align="center"
key="userName"
prop="userName"
v-if="columns[4].visible"
width="200"
/>
<el-table-column label="操作" align="center" width="160" class-name="small-padding fixed-width"> <el-table-column label="操作" align="center" width="160" class-name="small-padding fixed-width">
<template slot-scope="scope" v-if="scope.row.userId !== 1"> <template slot-scope="scope" v-if="scope.row.userId !== 1">
<!-- <el-button--> <!-- <el-button-->