修复:代理中心 - 配置信息文字描述错误

This commit is contained in:
wuhui_zzw 2024-02-21 09:29:31 +08:00
parent 37eba5f3dd
commit 48ffd39831
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@
<el-row :gutter="24" class="ml20">
<el-col :span="24">
<el-form-item prop="external_personnel_money">
<span slot="label">成为总部勤费用</span>
<span slot="label">成为总部勤费用</span>
<el-input v-model="config.external_personnel_money" :precision="2" :step="0.01" :min="0" type="number" class="selWidth">
<template slot="append"></template>
</el-input>