feat: Add Error component

This commit is contained in:
kailong321200875
2022-02-19 15:36:18 +08:00
parent 1492f9119a
commit 7411dbc9fd
14 changed files with 16154 additions and 17 deletions

View File

@@ -186,7 +186,7 @@ const save = async () => {
</ContentWrap>
<Dialog v-model="dialogVisible" :title="dialogTitle">
<Write v-if="actionType === 'edit'" ref="writeRef" :current-row="tableObject.currentRow" />
<Write v-if="actionType !== 'detail'" ref="writeRef" :current-row="tableObject.currentRow" />
<Detail v-if="actionType === 'detail'" :current-row="tableObject.currentRow" />