| | |
| | | // width: 100, |
| | | // dataIndex: 'phone' |
| | | // }, |
| | | { |
| | | title: '岗位', |
| | | align: "center", |
| | | width: 80, |
| | | dataIndex: 'post_dictText' |
| | | }, |
| | | // { |
| | | // title: '岗位', |
| | | // align: "center", |
| | | // width: 80, |
| | | // dataIndex: 'post_dictText' |
| | | // }, |
| | | { |
| | | title: '车间', |
| | | align: "center", |
| | |
| | | // width: 100, |
| | | // dataIndex: 'phone' |
| | | // }, |
| | | { |
| | | title: '岗位', |
| | | align: "center", |
| | | width: 80, |
| | | dataIndex: 'post_dictText' |
| | | }, |
| | | // { |
| | | // title: '岗位', |
| | | // align: "center", |
| | | // width: 80, |
| | | // dataIndex: 'post_dictText' |
| | | // }, |
| | | { |
| | | title: '部门', |
| | | align: "center", |
| | |
| | | /> |
| | | </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="岗位" :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="角色分配" |