feat(mes): 添加条件渲染和调整表单标签宽度

pull/871/MERGE
YunaiV 2026-03-28 08:34:04 +08:00
parent 1993e46eb6
commit 856e8f6a76
2 changed files with 2 additions and 1 deletions

View File

@ -96,6 +96,7 @@
编辑
</el-button>
<el-button
v-if="scope.row.parentId !== 0"
link
type="danger"
@click="handleDelete(scope.row.id)"

View File

@ -5,7 +5,7 @@
ref="formRef"
:model="formData"
:rules="formRules"
label-width="120px"
label-width="130px"
v-loading="formLoading"
>
<el-form-item label="单位编码" prop="code">