计划设备列表列宽微调

This commit is contained in:
GYYM
2024-11-08 09:30:41 +08:00
parent 6a1fa6458e
commit 50bebf451d
2 changed files with 8 additions and 8 deletions

View File

@@ -24,7 +24,7 @@
<el-button type='primary' :icon='Download' tooltip @click="showDeviceSelectOpen">筛选设备</el-button> <el-button type='primary' :icon='Download' tooltip @click="showDeviceSelectOpen">筛选设备</el-button>
</el-tooltip> </el-tooltip>
<el-tooltip content="把设备列表导出成文件" placement="top" :disabled='!scope.isSelected'> <el-tooltip content="把设备列表导出成文件" placement="top" :disabled='!scope.isSelected'>
<el-button type='primary' :icon='Download' tooltip >导出设备</el-button> <el-button type='primary' :icon='Download' :disabled='!scope.isSelected' tooltip >导出设备</el-button>
</el-tooltip> </el-tooltip>
<el-button type='danger' :icon='Delete' plain :disabled='!scope.isSelected'> <el-button type='danger' :icon='Delete' plain :disabled='!scope.isSelected'>
批量移除 批量移除
@@ -68,7 +68,7 @@
{ {
prop: 'dev_Type', prop: 'dev_Type',
label: '类型', label: '类型',
minWidth: 100, minWidth: 180,
}, },
{ {
prop: 'dev_Chns', prop: 'dev_Chns',
@@ -83,22 +83,22 @@
{ {
prop: 'report_State', prop: 'report_State',
label: '报告状态', label: '报告状态',
minWidth: 130, minWidth: 110,
}, },
{ {
prop: 'check_Result', prop: 'check_Result',
label: '检测结果', label: '检测结果',
minWidth: 130, minWidth: 110,
}, },
{ {
prop: 'check_State', prop: 'check_State',
label: '检测状态', label: '检测状态',
minWidth: 130, minWidth: 110,
}, },
{ {
prop: 'document_State', prop: 'document_State',
label: '归档状态', label: '归档状态',
minWidth: 130, minWidth: 110,
}, },
{ prop: 'operation', label: '操作', fixed: 'right', minWidth: 150 }, { prop: 'operation', label: '操作', fixed: 'right', minWidth: 150 },
]) ])

View File

@@ -224,8 +224,8 @@ const combineClick = () => {
'请输入合并后的计划名称', '请输入合并后的计划名称',
'检测计划合并', '检测计划合并',
{ {
confirmButtonText: 'OK', confirmButtonText: '确定',
cancelButtonText: 'Cancel', cancelButtonText: '取消',
} }
) )
.then(({ value }) => { .then(({ value }) => {