|
|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<el-row :gutter="10">
|
|
|
- <el-col v-if="!readonly && groupID != '1041786072788369408'" :span="8" border>
|
|
|
+ <el-col v-if="!readonly" :span="8" border>
|
|
|
<div class="grid-content">
|
|
|
<tree
|
|
|
ref="elTree"
|
|
|
@@ -25,11 +25,11 @@
|
|
|
/>
|
|
|
</div>
|
|
|
</el-col>
|
|
|
- <el-col v-if="!readonly && groupID != '1041786072788369408'" :span="3">
|
|
|
+ <el-col v-if="!readonly" :span="3">
|
|
|
<el-button type="primary" icon="el-icon-d-arrow-right" class="ibps-ml-10" @click="handleBelongTo">属于</el-button>
|
|
|
<el-button type="info" icon="el-icon-d-arrow-left" class="ibps-ml-10 ibps-mt-10" @click="handleClear">清空</el-button>
|
|
|
</el-col>
|
|
|
- <el-col :span="!readonly && groupID != '1041786072788369408' ? 11 : 24" border>
|
|
|
+ <el-col :span="!readonly? 11 : 24" border>
|
|
|
<div class="grid-content">
|
|
|
<el-form label-width="120px">
|
|
|
<el-form-item>
|