计费模板保存并发布

This commit is contained in:
Guoqs
2024-11-04 11:37:06 +08:00
parent 340761e818
commit bdd465611e
4 changed files with 113 additions and 17 deletions

View File

@@ -288,7 +288,8 @@
<!-- 电动汽车 电动自行车 公用一组按钮 -->
<div style="position: absolute; bottom: 18px; right: 60px">
<el-button @click="hCancel"> </el-button>
<el-button type="primary" @click="onSubmit"> </el-button>
<!--<el-button type="primary" @click="onSubmit"> </el-button>-->
<el-button type="primary" @click="onSubmit">保存并发布</el-button>
</div>
</div>
</template>