| | |
| | | :rules="regulationRules" |
| | | ref="regulationFormRef" |
| | | label-width="100px"> |
| | | <el-form-item label="制度编号" |
| | | prop="regulationNum"> |
| | | <el-input v-model="regulationForm.regulationNum" |
| | | placeholder="请输入制度编号" /> |
| | | </el-form-item> |
| | | <!-- <el-form-item label="制度编号"--> |
| | | <!-- prop="regulationNum">--> |
| | | <!-- <el-input v-model="regulationForm.regulationNum"--> |
| | | <!-- placeholder="请输入制度编号" />--> |
| | | <!-- </el-form-item>--> |
| | | <el-form-item label="制度标题" |
| | | prop="title"> |
| | | <el-input v-model="regulationForm.title" |
| | |
| | | <div v-if="currentRegulationDetail"> |
| | | <el-descriptions :column="2" |
| | | border> |
| | | <el-descriptions-item label="制度编号">{{ currentRegulationDetail.id }}</el-descriptions-item> |
| | | <!-- <el-descriptions-item label="制度编号">{{ currentRegulationDetail.id }}</el-descriptions-item>--> |
| | | <el-descriptions-item label="制度标题">{{ currentRegulationDetail.title }}</el-descriptions-item> |
| | | <el-descriptions-item label="分类">{{ getCategoryText(currentRegulationDetail.category) }}</el-descriptions-item> |
| | | <el-descriptions-item label="版本">{{ currentRegulationDetail.version }}</el-descriptions-item> |
| | |
| | | |
| | | // 表格列配置 |
| | | const regulationTableColumn = ref([ |
| | | { label: "制度编号", prop: "regulationNum"}, |
| | | // { label: "制度编号", prop: "regulationNum"}, |
| | | { label: "制度标题", prop: "title" }, |
| | | { |
| | | label: "分类", |