@@ -41,7 +41,7 @@
<span v-if="!form.accountType">
<a-select style="width: 100%" placeholder="请选择记账名称">
<a-select-option value="" :disabled="true">
- 请先选择承担方类型
+ 请先选择记账类型
</a-select-option>
</a-select>
</span>