科室
This commit is contained in:
parent
78db36dca4
commit
adcd3e3a65
@ -171,7 +171,7 @@
|
|||||||
<el-dialog
|
<el-dialog
|
||||||
:title="title"
|
:title="title"
|
||||||
:visible.sync="addopen"
|
:visible.sync="addopen"
|
||||||
width="600px"
|
width="900px"
|
||||||
append-to-body
|
append-to-body
|
||||||
:before-close="cancel"
|
:before-close="cancel"
|
||||||
>
|
>
|
||||||
@ -272,6 +272,7 @@
|
|||||||
<el-input
|
<el-input
|
||||||
v-model="item.departmentSort"
|
v-model="item.departmentSort"
|
||||||
placeholder="请输入科室显示顺序"
|
placeholder="请输入科室显示顺序"
|
||||||
|
style="width:250px"
|
||||||
/>
|
/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-button
|
<el-button
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user