Merge remote-tracking branch 'websoft/master'

This commit is contained in:
2026-08-28 18:22:20 +08:00
4 changed files with 109 additions and 43 deletions
+1 -1
View File
@@ -2533,7 +2533,7 @@ export default {
this.loadDictOptions(
'nature_of_client',
'customerNatureOptions',
['有限公司', '个体工商户'],
[],
options => {
const customerNatureColumn = this.findColumn(this.option.column, 'customerNature');
customerNatureColumn.dicData = [{ label: '全部', value: '' }, ...options];