Lius
2025-07-28 d9377fa99b4d8fff9359d27459214d12d2784d4f
update
已修改2个文件
32 ■■■■ 文件已修改
src/views/system/UserList.vue 24 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/modules/UserModal.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/UserList.vue
@@ -338,12 +338,12 @@
              //   width: 100,
              //   dataIndex: 'phone'
              // },
              {
                title: '岗位',
                align: "center",
                width: 80,
                dataIndex: 'post_dictText'
              },
              // {
              //   title: '岗位',
              //   align: "center",
              //   width: 80,
              //   dataIndex: 'post_dictText'
              // },
              {
                title: '车间',
                align: "center",
@@ -409,12 +409,12 @@
              //   width: 100,
              //   dataIndex: 'phone'
              // },
              {
                title: '岗位',
                align: "center",
                width: 80,
                dataIndex: 'post_dictText'
              },
              // {
              //   title: '岗位',
              //   align: "center",
              //   width: 80,
              //   dataIndex: 'post_dictText'
              // },
              {
                title: '部门',
                align: "center",
src/views/system/modules/UserModal.vue
@@ -97,10 +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"/>-->
          <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">-->
<!--          &lt;!&ndash;          <j-select-position placeholder="请选择岗位" :multiple="false" v-model="model.post"/>&ndash;&gt;-->
<!--          <j-dict-select-tag placeholder="请选择岗位" dict-code="sys_position, name, code" v-model="model.post" />-->
<!--        </a-form-model-item>-->
        <a-form-model-item
          label="角色分配"