单位部门去掉排序
This commit is contained in:
parent
08b286976d
commit
372890bc7a
|
@ -92,13 +92,13 @@
|
|||
</a-form-item>
|
||||
</div>
|
||||
|
||||
<a-form-item
|
||||
<!-- <a-form-item
|
||||
:labelCol="labelCol"
|
||||
:wrapperCol="wrapperCol"
|
||||
label="排序"
|
||||
>
|
||||
<a-input-number placeholder="请输入排序" style="width: 100%" v-decorator="['sort', { initialValue: 100 }]" :min="1" :max="1000" />
|
||||
</a-form-item>
|
||||
</a-form-item> -->
|
||||
|
||||
<a-form-item
|
||||
label="备注"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<a-tabs default-active-key="1" @change="tabsCallback">
|
||||
<a-tab-pane key="1" tab="单位部门信息">
|
||||
<div class="table-operator">
|
||||
<a-button @click="$refs.orgForm.add(1)" icon="plus" type="primary" v-if="hasPerm('sys:org:edit')">新增机构</a-button>
|
||||
<a-button @click="$refs.orgForm.add(1)" icon="plus" type="primary" v-if="hasPerm('sys:org:edit')">新增单位部门</a-button>
|
||||
</div>
|
||||
|
||||
<s-table
|
||||
|
@ -79,10 +79,6 @@
|
|||
title: '唯一编码',
|
||||
dataIndex: 'code'
|
||||
},
|
||||
{
|
||||
title: '排序',
|
||||
dataIndex: 'sort'
|
||||
},
|
||||
{
|
||||
title: '备注',
|
||||
dataIndex: 'remark'
|
||||
|
|
Loading…
Reference in New Issue