保存功能

This commit is contained in:
liuyuan
2025-04-10 13:33:40 +08:00
parent 93f487dcd9
commit 53c664331d
7 changed files with 766 additions and 8 deletions

View File

@@ -67,9 +67,13 @@
align="center"
prop="productId"
>
<!-- <template slot-scope="scope">
{{ (pageIndex - 1) * pageSize + scope.$index + 1 }}
</template> -->
</el-table-column>
<el-table-column
prop="createTime"
header-align="center"
align="center"
label="创建时间"
>
</el-table-column>
<el-table-column
prop="productName"