zhangherong
2025-04-07 f161c3e5bed6958139fac58e2346fb3c22f5a257
art: 系统管理-用户管理-选择岗位,岗位展示
已修改2个文件
26 ■■■■ 文件已修改
src/views/system/UserList.vue 19 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/modules/UserModal.vue 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/UserList.vue
@@ -231,6 +231,12 @@
          //   dataIndex: 'phone'
          // },
          {
            title: '岗位',
            align: "center",
            width: 80,
            dataIndex: 'post_dictText'
          },
          {
            title: '部门',
            align: "center",
            width: 240,
@@ -249,6 +255,7 @@
            width: 80,
            dataIndex: 'status_dictText'
          },
          {
            title: '操作',
            dataIndex: 'action',
@@ -332,6 +339,12 @@
                //   dataIndex: 'phone'
                // },
                {
                  title: '岗位',
                  align: "center",
                  width: 80,
                  dataIndex: 'post_dictText'
                },
                {
                  title: '车间',
                  align: "center",
                  width: 240,
@@ -397,6 +410,12 @@
                //   dataIndex: 'phone'
                // },
                {
                  title: '岗位',
                  align: "center",
                  width: 80,
                  dataIndex: 'post_dictText'
                },
                {
                  title: '部门',
                  align: "center",
                  width: 240,
src/views/system/modules/UserModal.vue
@@ -97,9 +97,10 @@
          />
        </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="角色分配"