ZKBH
7 天以前 3934bb2ff75e263be2a8f515fcc0f778277f9cd0
岗位备注
已修改2个文件
14 ■■■■■ 文件已修改
src/views/system/SysPositionList.vue 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/modules/SysPositionModal.vue 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/SysPositionList.vue
@@ -15,7 +15,7 @@
            <a-form-item label="岗位名称">
              <j-input placeholder="请输入岗位名称" v-model="queryParam.name"></j-input>
            </a-form-item>
          </a-col>
          </a-col
          <a-col :md="6" :sm="8">
            <span style="float: left;overflow: hidden;" class="table-page-search-submitButtons">
              <a-button type="primary" @click="searchQuery" icon="search">查询</a-button>
@@ -128,6 +128,11 @@
          align: 'center',
          dataIndex: 'name'
        },
        {
          title: '备注',
          align: 'center',
          dataIndex: 'remark'
        },
        // {
        //   title: '职级',
        //   align: 'center',
src/views/system/modules/SysPositionModal.vue
@@ -26,6 +26,13 @@
          label="岗位名称">
          <a-input placeholder="请输入岗位名称" v-model="model.name" />
        </a-form-model-item>
        <a-form-model-item
          :labelCol="labelCol"
          :wrapperCol="wrapperCol"
          prop="remark"
          label="备注">
          <a-input placeholder="请输入备注" v-model="model.remark" />
        </a-form-model-item>
      </a-form-model>
    </a-spin>
  </a-modal>