单位部门去掉排序

This commit is contained in:
QuAoLi 2022-03-09 16:00:35 +08:00
parent 08b286976d
commit 372890bc7a
2 changed files with 3 additions and 7 deletions

View File

@ -92,13 +92,13 @@
</a-form-item> </a-form-item>
</div> </div>
<a-form-item <!-- <a-form-item
:labelCol="labelCol" :labelCol="labelCol"
:wrapperCol="wrapperCol" :wrapperCol="wrapperCol"
label="排序" label="排序"
> >
<a-input-number placeholder="请输入排序" style="width: 100%" v-decorator="['sort', { initialValue: 100 }]" :min="1" :max="1000" /> <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 <a-form-item
label="备注" label="备注"

View File

@ -3,7 +3,7 @@
<a-tabs default-active-key="1" @change="tabsCallback"> <a-tabs default-active-key="1" @change="tabsCallback">
<a-tab-pane key="1" tab="单位部门信息"> <a-tab-pane key="1" tab="单位部门信息">
<div class="table-operator"> <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> </div>
<s-table <s-table
@ -79,10 +79,6 @@
title: '唯一编码', title: '唯一编码',
dataIndex: 'code' dataIndex: 'code'
}, },
{
title: '排序',
dataIndex: 'sort'
},
{ {
title: '备注', title: '备注',
dataIndex: 'remark' dataIndex: 'remark'