| | |
| | | |
| | | </el-row> |
| | | |
| | | <el-form-item label="模板说明"> |
| | | |
| | | <el-input |
| | | |
| | | v-model="form.description" |
| | | |
| | | type="textarea" |
| | | |
| | | :rows="2" |
| | | |
| | | placeholder="简要说明该模板的适用场景" |
| | | |
| | | maxlength="200" |
| | | |
| | | show-word-limit |
| | | |
| | | /> |
| | | |
| | | </el-form-item> |
| | | |
| | | <el-form-item label="填报配置"> |
| | | |
| | | <FormConfigEditor |
| | |
| | | </el-tag> |
| | | |
| | | </el-descriptions-item> |
| | | |
| | | <el-descriptions-item label="说明" :span="2">{{ detailRow.description || "—" }}</el-descriptions-item> |
| | | |
| | | <el-descriptions-item label="填报提示" :span="2"> |
| | | |
| | |
| | | align: "center", |
| | | formatData: (v) => templateTypeLabel(v), |
| | | }, |
| | | { label: "说明", prop: "description", minWidth: 160, showOverflowTooltip: true }, |
| | | { |
| | | label: "节点数", |
| | | prop: "flowNodes", |