|
|
|
|
@ -56,9 +56,9 @@
|
|
|
|
|
</div>
|
|
|
|
|
<div class="xy-table-item-content">
|
|
|
|
|
<div>
|
|
|
|
|
<el-checkbox :disabled="stateObj.auth_type==1 || is_search" @change="changeAllArea" v-model="allArea">全部区域</el-checkbox>
|
|
|
|
|
<el-checkbox :disabled="is_search" @change="changeAllArea" v-model="allArea">全部区域</el-checkbox>
|
|
|
|
|
</div>
|
|
|
|
|
<el-select :disabled="stateObj.auth_type==1 || is_search" style="width:100%" v-model="form.area_ids" multiple
|
|
|
|
|
<el-select :disabled="is_search" style="width:100%" v-model="form.area_ids" multiple
|
|
|
|
|
placeholder="请选择">
|
|
|
|
|
<el-option v-for="item in areaList" :key="item.id" :label="item.name" :value="item.id">
|
|
|
|
|
</el-option>
|
|
|
|
|
@ -79,7 +79,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
<template v-slot:catalog_id>
|
|
|
|
|
<template v-slot:catalog_id v-if="false">
|
|
|
|
|
<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>所属目录:
|
|
|
|
|
|