haoxuan
2024-04-26 33d54a942799846f087f9b323c8334a3c3e7f44d
带徒管理 新增和编辑的文字修改
2个文件已修改
8 ■■■■ 已修改文件
src/components/common/UserSimpleSearchInput.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/employeeSalary/apprenticeshipManage/components/addDialog.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/common/UserSimpleSearchInput.vue
@@ -28,7 +28,7 @@
        <div class="search">
          <div :class="checkedType ? 'search-left-two' : 'search-left'">
            <el-input
              placeholder="搜索产品名称,编码等关键词"
              placeholder="请输入关键词"
              v-model.trim="keyword"
              maxlength="20"
              @keyup.enter.native="updateSearchList(true)"
@@ -334,10 +334,10 @@
        this.listData = [];
      }
      listParams = {
        keyWord: this.keyword,
        keyword: this.keyword,
        page: this.page,
        pageSize: this.pageSize,
        types: this.types,
        // types: this.types,
        ...param,
      };
      if (this.checkedType) {
src/views/employeeSalary/apprenticeshipManage/components/addDialog.vue
@@ -4,7 +4,7 @@
      :visible.sync="islook"
      width="38rem" 
      @close="cancelMethod">
      <div slot="title" class="tac drawerHeader">{{ editRow.title }}人员</div>
      <div slot="title" class="tac drawerHeader">{{ editRow.title }}</div>
      <el-form  label-position="right" label-width="120px" style="width: 100%;" :model="form" :rules="rules" ref="form" >
        <el-form-item label="员工姓名" style="width: 100%;" 
            prop="name"  >