This commit is contained in:
timorls 2022-02-28 23:26:21 +08:00
parent 0940059b2d
commit 2731502fd4
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ export default {
},
title: {
show: true,
text: this.data.name,
text: this.sty.name,
x: "center",
left: "48%",
top: "center",

View File

@ -28,7 +28,7 @@
:key="index"
:label="index"
>
<el-input v-model.number="data['公司收入'][index]" type="number"></el-input>
<el-input v-model.number="data['公司收入'][index]" type="number" placeholder="营业收入"></el-input>
</el-form-item>
</el-row>
</el-form>