| | |
| | | // dataIndex: 'phone' |
| | | // }, |
| | | { |
| | | title: '岗位', |
| | | align: "center", |
| | | width: 80, |
| | | dataIndex: 'post_dictText' |
| | | }, |
| | | { |
| | | title: '部门', |
| | | align: "center", |
| | | width: 240, |
| | |
| | | width: 80, |
| | | dataIndex: 'status_dictText' |
| | | }, |
| | | |
| | | { |
| | | title: '操作', |
| | | dataIndex: 'action', |
| | |
| | | // dataIndex: 'phone' |
| | | // }, |
| | | { |
| | | title: '岗位', |
| | | align: "center", |
| | | width: 80, |
| | | dataIndex: 'post_dictText' |
| | | }, |
| | | { |
| | | title: '车间', |
| | | align: "center", |
| | | width: 240, |
| | |
| | | // dataIndex: 'phone' |
| | | // }, |
| | | { |
| | | title: '岗位', |
| | | align: "center", |
| | | width: 80, |
| | | dataIndex: 'post_dictText' |
| | | }, |
| | | { |
| | | title: '部门', |
| | | align: "center", |
| | | width: 240, |
| | |
| | | /> |
| | | </a-form-model-item> |
| | | |
| | | <!--<a-form-model-item label="职务" :labelCol="labelCol" :wrapperCol="wrapperCol">--> |
| | | <!--<j-select-position placeholder="请选择职务" :multiple="false" v-model="model.post"/>--> |
| | | <!--</a-form-model-item>--> |
| | | <a-form-model-item label="岗位" :labelCol="labelCol" :wrapperCol="wrapperCol"> |
| | | <!-- <j-select-position placeholder="请选择岗位" :multiple="false" v-model="model.post"/>--> |
| | | <j-dict-select-tag placeholder="请选择岗位" dict-code="sys_position, name, code" v-model="model.post" /> |
| | | </a-form-model-item> |
| | | |
| | | <a-form-model-item |
| | | label="角色分配" |