添加系统详情

This commit is contained in:
zoujiandong
2023-12-28 17:05:47 +08:00
parent fafbf5aad4
commit 4f111ddf80
4 changed files with 43 additions and 7 deletions
+3 -3
View File
@@ -6,7 +6,7 @@
<div class="bar"></div>
<div class="name">基本信息</div>
</div>
<a-form :model="modalForm" :rules="rules" ref="modalFormRef" :auto-label-width="true">
<a-form :model="modalForm" :rules="rules" ref="modalFormRef" :auto-label-width="true" :disabled="modalSatus=='detail'">
<a-row :gutter="24" style="margin-top: 35px;">
<a-col :span="12">
<a-form-item field="avatar" label="药品名称:">
@@ -214,11 +214,11 @@
</a-row>
<a-divider />
</a-form>
<div class="titlebox" >
<div class="titlebox" v-if="modalSatus!='detail'">
<div class="bar"></div>
<div class="name">操作</div>
</div>
<a-row :gutter="24" style="margin-top: 35px;" >
<a-row :gutter="24" style="margin-top: 35px;" v-if="modalSatus!='detail'">
<a-col :span="24">
<a-form-item field="" label="" no-style>
<a-space >