AntDesign+vue
爱吃猫の渔
一个奋斗逼
展开
-
antd vue select远程搜索下拉不更新数据
//重点: :default-active-first-option="false" :filter-option="false" <a-form-model-item label="离线提醒人员" v-if="initialObj.brand !== 1"> <a-select show-search :allowClear="true" v-model="initialObj.remindStaff原创 2022-01-07 20:42:44 · 1067 阅读 · 0 评论 -
vue antd table自定义表头
this.columnDetail.push({ // 表头数据 label: item, width, dataIndex: "key" + index, key: "key" + index, scopedSlots: { customRender: "space", title: "k...原创 2022-01-07 14:06:41 · 4050 阅读 · 0 评论 -
AntDesign Vue table设置最小宽度(单元格属性or头部)
{ title: '任务名称', dataIndex: 'title', ellipsis: true, align: 'center' customCell: () => { return { style: { 'min-width': '200px', }, }; }, },原创 2021-12-15 10:24:17 · 11928 阅读 · 11 评论