|
@@ -368,7 +368,7 @@ const wbsElTreeClick = ({ data, keys }) => {
|
|
const authBtnTabKey = ref('1')
|
|
const authBtnTabKey = ref('1')
|
|
const authBtnTabdata = ref([
|
|
const authBtnTabdata = ref([
|
|
{ key: '1', name: '施工质检' },
|
|
{ key: '1', name: '施工质检' },
|
|
- { key: '2', name: '监理质检' },
|
|
|
|
|
|
+ { key: '2', name: '监理抽检' },
|
|
])
|
|
])
|
|
const authBtnTabClick = (item) => {
|
|
const authBtnTabClick = (item) => {
|
|
if (item.key !== authBtnTabKey.value) {
|
|
if (item.key !== authBtnTabKey.value) {
|