This commit is contained in:
2022-09-02 11:33:34 +08:00
parent 744f288b70
commit 12556886b9
33 changed files with 280 additions and 254 deletions

View File

@@ -40,7 +40,7 @@
</el-col>
</el-row>
<el-row style="text-align: right;">
<el-button size="small" @click="handleCloseAttrForm">取消</el-button>
<el-button size="small" @click="handleCloseAttrForm">{{ $t('cancel') }}</el-button>
<el-button type="success" size="small" @click="handleSaveAttrForm">{{ $t('save') }}</el-button>
</el-row>
</div>