123456789101112131415161718192021222324252627 |
- export const Columns = [
- {
- item:{
- key: 'candidate',
- title:'候选条件',
- },
- attr:{}
- },
- {
- item:{
- key: 'options',
- title:'操作符',
- width: 150,
- },
- attr:{}
- },
- {
- item:{
- key: 'value',
- title:'值'
- },
- attr:{
- is:'el-input',
- }
- },
- ]
|