|
|
@ -1981,7 +1981,7 @@ defineExpose({ |
|
|
<template> |
|
|
<template> |
|
|
<div v-loading="loading"> |
|
|
<div v-loading="loading"> |
|
|
|
|
|
|
|
|
<el-form v-bind="formData.form" ref="ruleForm" :model="model as any" class="add-form" |
|
|
<el-form v-bind="formData.form" ref="ruleForm" :model="model as any" :disabled="type === 3" class="add-form" |
|
|
:class="{ |
|
|
:class="{ |
|
|
'design-form': type === 5, |
|
|
'design-form': type === 5, |
|
|
'detail-form': type === 3 |
|
|
'detail-form': type === 3 |
|
|
|