提交代码
This commit is contained in:
parent
7bf1b260df
commit
2e9f25a15f
|
|
@ -61,7 +61,7 @@
|
|||
v-hasPermi="['dataCenter:teamMember:add']"
|
||||
>移动</el-button>
|
||||
</el-col>
|
||||
<!-- <el-col :span="1.5">
|
||||
<el-col :span="1.5">
|
||||
<el-button
|
||||
type="warning"
|
||||
icon="el-icon-document-copy"
|
||||
|
|
@ -70,7 +70,7 @@
|
|||
:disabled="single"
|
||||
v-hasPermi="['dataCenter:teamMember:add']"
|
||||
>复制</el-button>
|
||||
</el-col>-->
|
||||
</el-col>
|
||||
<el-col :span="1.5">
|
||||
<el-button
|
||||
type="danger"
|
||||
|
|
@ -206,8 +206,8 @@
|
|||
</div>
|
||||
</el-dialog>
|
||||
|
||||
<el-dialog :title="title" :visible.sync="copyOpen" width="500px" append-to-body>
|
||||
<el-form ref="copyForm" :model="copyForm" :rules="copyRules" label-width="80px">
|
||||
<el-dialog :title="title" :visible.sync="pasteOpen" width="500px" append-to-body>
|
||||
<el-form ref="copyForm" :model="pasteForm" :rules="pasteRules" label-width="80px">
|
||||
<el-form-item label="位置" prop="parentId">
|
||||
<treeselect
|
||||
v-model="copyForm.parentId"
|
||||
|
|
|
|||
Loading…
Reference in New Issue