Houjie
2025-06-10 c7e428ba116ab96bb862352ffca2df0fc4954777
设备操作证-操作证计分规则-查询条件增加模糊查询
已修改1个文件
8 ■■■■ 文件已修改
src/views/eam/DeductionItemList.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/eam/DeductionItemList.vue
@@ -17,10 +17,10 @@
            :sm="24"
          >
            <a-form-item label="编号">
              <a-input
              <j-input
                placeholder="请输入编号"
                v-model="queryParam.num"
              ></a-input>
              ></j-input>
            </a-form-item>
          </a-col>
          <a-col
@@ -30,10 +30,10 @@
            :sm="24"
          >
            <a-form-item label="内容">
              <a-input
              <j-input
                placeholder="请输入内容"
                v-model="queryParam.content"
              ></a-input>
              ></j-input>
            </a-form-item>
          </a-col>
          <template v-if="toggleSearchStatus">