| | |
| | | <a-button type="primary" icon="import">导入</a-button> |
| | | </a-upload> |
| | | <j-third-app-button biz-type="user" :selected-row-keys="selectedRowKeys" syncToApp syncToLocal @sync-finally="onSyncFinally"/> |
| | | <a-button type="primary" icon="hdd" @click="recycleBinVisible=true">回收站</a-button> |
| | | <!-- <a-button type="primary" icon="hdd" @click="recycleBinVisible=true">回收站</a-button>--> |
| | | <a-dropdown v-if="selectedRowKeys.length > 0"> |
| | | <a-menu slot="overlay" @click="handleMenuClick"> |
| | | <a-menu-item key="1"> |
| | |
| | | width: 100, |
| | | dataIndex: 'realname', |
| | | }, |
| | | { |
| | | title: '头像', |
| | | align: "center", |
| | | width: 80, |
| | | dataIndex: 'avatar', |
| | | scopedSlots: {customRender: "avatarslot"} |
| | | }, |
| | | // { |
| | | // title: '头像', |
| | | // align: "center", |
| | | // width: 80, |
| | | // dataIndex: 'avatar', |
| | | // scopedSlots: {customRender: "avatarslot"} |
| | | // }, |
| | | |
| | | // { |
| | | // title: '性别', |
| | |
| | | // width: 100, |
| | | // dataIndex: 'birthday' |
| | | // }, |
| | | // { |
| | | // title: '手机号码', |
| | | // align: "center", |
| | | // width: 100, |
| | | // dataIndex: 'phone' |
| | | // }, |
| | | { |
| | | title: '手机号码', |
| | | align: "center", |
| | | width: 100, |
| | | dataIndex: 'phone' |
| | | }, |
| | | { |
| | | title: '岗位', |
| | | align: "center", |
| | |
| | | <!--/>--> |
| | | <!--</a-form-model-item>--> |
| | | |
| | | <!--<a-form-model-item--> |
| | | <!--label="手机号码"--> |
| | | <!--:labelCol="labelCol"--> |
| | | <!--:wrapperCol="wrapperCol"--> |
| | | <!--prop="phone"--> |
| | | <!-->--> |
| | | <!--<a-input--> |
| | | <!--placeholder="请输入手机号码"--> |
| | | <!--v-model="model.phone"--> |
| | | <!--/>--> |
| | | <!--</a-form-model-item>--> |
| | | <a-form-model-item |
| | | label="手机号码" |
| | | :labelCol="labelCol" |
| | | :wrapperCol="wrapperCol" |
| | | prop="phone" |
| | | > |
| | | <a-input |
| | | placeholder="请输入手机号码" |
| | | v-model="model.phone" |
| | | /> |
| | | </a-form-model-item> |
| | | |
| | | <!--<a-form-model-item--> |
| | | <!--label="座机"--> |