树控件样式微调

This commit is contained in:
GYYM
2024-11-15 09:34:43 +08:00
parent 815d34f817
commit 563285eb77
4 changed files with 35 additions and 13 deletions

View File

@@ -55,13 +55,13 @@
type="primary"
@click="handleTest"
v-if="form.activeTabs === 0"
>动检测</el-button
>动检测</el-button
>
<el-button
type="primary"
@click="handleTest"
v-if="form.activeTabs === 0"
>动检测</el-button
>动检测</el-button
>
<el-button type="primary" v-if="form.activeTabs === 2"
>不合格项复检</el-button
@@ -114,6 +114,14 @@
>生成</el-button
>
<el-button
type="primary"
link
:icon="View"
@click="openDrawer('数据查看', scope.row)"
v-if="form.activeTabs === 4"
>数据查看</el-button
>
<el-button
type="primary"
link
:icon="EditPen"
@@ -685,7 +693,7 @@ function disablecheckResultList(val: string){
const handleTest = () => {
//自动检测
if (form.value.activeTabs === 0) {
ElMessage.success("动检测");
ElMessage.success("动检测");
router.push({
path: "/plan/autoTest",
});