|
|
|
|
@ -79,10 +79,10 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
<template v-slot:catalog_id v-if="false">
|
|
|
|
|
<template v-slot:catalog_id v-if="stateObj.is_admin">
|
|
|
|
|
<div class="xy-table-item">
|
|
|
|
|
<div class="xy-table-item-label" style="font-weight: bold">
|
|
|
|
|
<span style="color: red;font-weight: bold;padding-right: 4px;">*</span>所属目录:
|
|
|
|
|
<span style="color: red;font-weight: bold;padding-right: 4px;"></span>所属目录:
|
|
|
|
|
</div>
|
|
|
|
|
<div class="xy-table-item-content" style="height:150px;overflow: scroll;">
|
|
|
|
|
<el-tree v-if="isShow" :default-checked-keys="checkArr" :check-strictly="true" @check="getSelectedNodes"
|
|
|
|
|
|