摘要:
antd width: "30%"/30, ellipsis: true 主要是这个 通过样式修改列 table { width: 100%; table-layout:fixed; } 注意:table必须设置 table-layout:fixed; ,文字溢出省略才能生效 td { width: 阅读全文
摘要:
####注意这里需要整个都返回的是空数据才行 <el-select v-model="xxxx" :data="xxxx" > <el-table-column prop="deviceType" label="类型" width="50" :show-overflow-tooltip="true" 阅读全文
摘要:
toTodayAlarmRecord(record, site) { const startTime = dayjs( `${dayjs().format("YYYY-MM-DD")} 00:00:00` ).format("YYYY-MM-DD HH:mm:ss"); const endTime 阅读全文