|
@@ -2,11 +2,11 @@
|
|
<div class="hc-page-box">
|
|
<div class="hc-page-box">
|
|
<HcCard action-ui="text-center">
|
|
<HcCard action-ui="text-center">
|
|
<template #header>
|
|
<template #header>
|
|
- <el-button :type="authBtnTabKey === '1' ? 'primary' : ''" hc-btn :disabled="router.currentRoute.value.query?.id && router.currentRoute.value.query?.id.length > 0 || nodeIdvalue.length > 0 || newId.length > 0" @click="authBtnTabClick('1')">
|
|
|
|
|
|
+ <el-button :type="authBtnTabKey === '1' ? 'primary' : ''" hc-btn :disabled="router.currentRoute.value.query?.id && router.currentRoute.value.query?.id.length > 0 || newId.length > 0" @click="authBtnTabClick('1')">
|
|
<HcIcon name="folder-user" />
|
|
<HcIcon name="folder-user" />
|
|
<span>施工自检</span>
|
|
<span>施工自检</span>
|
|
</el-button>
|
|
</el-button>
|
|
- <el-button :type="authBtnTabKey === '2' ? 'primary' : ''" hc-btn :disabled="router.currentRoute.value.query?.id && router.currentRoute.value.query?.id.length > 0 || nodeIdvalue.length > 0 || newId.length > 0" @click="authBtnTabClick('2')">
|
|
|
|
|
|
+ <el-button :type="authBtnTabKey === '2' ? 'primary' : ''" hc-btn :disabled="router.currentRoute.value.query?.id && router.currentRoute.value.query?.id.length > 0 || newId.length > 0" @click="authBtnTabClick('2')">
|
|
<HcIcon name="folder-shield" />
|
|
<HcIcon name="folder-shield" />
|
|
<span>监理质检</span>
|
|
<span>监理质检</span>
|
|
</el-button>
|
|
</el-button>
|