树控件样式微调
This commit is contained in:
@@ -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",
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user