feat: 图表

This commit is contained in:
砂糖
2025-09-30 10:01:16 +08:00
parent 6c483ad6f5
commit 8b31f9bf84
13 changed files with 1287 additions and 142 deletions

View File

@@ -16,7 +16,7 @@
</el-descriptions-item>
</el-descriptions> -->
<el-row :gutter="10" class="mb8">
<el-row :gutter="10" class="mb8" v-if="editable">
<el-col :span="1.5">
<el-button type="primary" plain icon="el-icon-plus" size="mini" :disabled="!canEdit"
@click="handleAdd">新增</el-button>
@@ -155,6 +155,10 @@ export default {
orderId: {
type: [String, Number],
required: true
},
editable: {
type: Boolean,
default: true
}
},
components: {