|
@@ -210,11 +210,11 @@
|
|
|
class="margin-bottom-20 margin-right-10"
|
|
|
placeholder="请选择可编辑行"
|
|
|
multiple
|
|
|
- v-model="item.allowEditingColumns"
|
|
|
+ v-model="item.rowNum"
|
|
|
@change="colsChange"
|
|
|
>
|
|
|
<el-option
|
|
|
- v-for="(item, index) in transfer_cols_orgin"
|
|
|
+ v-for="(item, index) in transfer_rows_orgin"
|
|
|
:key="index"
|
|
|
:label="item"
|
|
|
:value="item"
|
|
@@ -227,11 +227,11 @@
|
|
|
class="margin-bottom-20 margin-right-10"
|
|
|
placeholder="请选择可编辑列"
|
|
|
multiple
|
|
|
- v-model="item.rowNum"
|
|
|
+ v-model="item.allowEditingColumns"
|
|
|
@change="rowsChange"
|
|
|
>
|
|
|
<el-option
|
|
|
- v-for="(item, index) in transfer_rows_orgin"
|
|
|
+ v-for="(item, index) in transfer_cols_orgin"
|
|
|
:key="index"
|
|
|
:label="item"
|
|
|
:value="item"
|
|
@@ -266,7 +266,7 @@
|
|
|
:list="receiver_table_list"
|
|
|
:config="receiver_table_config"
|
|
|
></simple-table>
|
|
|
- <template v-slot:footer><div></div></template>
|
|
|
+ <template v-slot:footer><div></div></template>
|
|
|
</simple-dialog>
|
|
|
<simple-dialog
|
|
|
title="选择科室经理"
|