摘要: <el-table-column prop="syncFlag" label="name" :align="tableLeft" min-width="140" show-overflow-tooltip :formatter="syncFlagFormat" /> syncFlagFormat(r 阅读全文
posted @ 2022-05-28 12:08 jqynr 阅读(188) 评论(0) 推荐(0)
摘要: html <el-form ref="information" :model="information" :rules="rules"> <el-table :data="information.slicingProcessList" > <el-table-column width="200" l 阅读全文
posted @ 2022-05-28 11:29 jqynr 阅读(569) 评论(0) 推荐(0)
摘要: store/modules/dict.js import { getDicts } from '@/api/index' const dict = { state: { dicts: [], }, mutations: { SET_DICT: (state, data) => { state.dic 阅读全文
posted @ 2022-05-28 08:55 jqynr 阅读(646) 评论(0) 推荐(0)