Giter Site home page Giter Site logo

Comments (4)

zollero avatar zollero commented on May 27, 2024

能详细说一下问题吗?

from el-search-table-pagination.

LittleiTiot avatar LittleiTiot commented on May 27, 2024

data() {
return {
faultDatas: [],
formOptions: {
inline: true,
resetBtnText: 'Search',
forms: [
{ prop: 'deviceName', label: '设备名称', placeholder: '请输入设备名称' },
],
},
columns: [
{ prop: 'deviceName', label: '设备名称', minWidth: 100},
{ prop: 'faultDesc', label: '故障描述', minWidth: 100 },
{ prop: 'faultStartTime', label: '发生时间', minWidth: 100 },
{ prop: 'faultEndTime', label: '结束时间', minWidth: 100 }
]
}
},

就是当我按照设备名称来查询,不需要将设备名称输完全,比如电视机,我输入电视的时候也能够查询

from el-search-table-pagination.

zollero avatar zollero commented on May 27, 2024

模糊查询这个功能,前端还是一样的传参,主要是看你的后端接口支不支持你要的模糊查询,你还是跟你们的后端聊一下这个问题吧。

from el-search-table-pagination.

LittleiTiot avatar LittleiTiot commented on May 27, 2024

好的谢谢

from el-search-table-pagination.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.