|  | @@ -402,7 +402,7 @@ export default defineComponent({
 | 
	
		
			
				|  |  |            }
 | 
	
		
			
				|  |  |          },
 | 
	
		
			
				|  |  |          {
 | 
	
		
			
				|  |  | -          title: '曲目状态',
 | 
	
		
			
				|  |  | +          title: '业务曲目状态',
 | 
	
		
			
				|  |  |            key: 'clientStatus',
 | 
	
		
			
				|  |  |            render(row: any) {
 | 
	
		
			
				|  |  |              return (
 | 
	
	
		
			
				|  | @@ -619,10 +619,10 @@ export default defineComponent({
 | 
	
		
			
				|  |  |                  clearable
 | 
	
		
			
				|  |  |                ></NSelect>
 | 
	
		
			
				|  |  |              </NFormItem>
 | 
	
		
			
				|  |  | -            <NFormItem label="曲目状态" path="clientStatus">
 | 
	
		
			
				|  |  | +            <NFormItem label="业务曲目状态" path="clientStatus">
 | 
	
		
			
				|  |  |                <NSelect
 | 
	
		
			
				|  |  |                  v-model:value={state.searchForm.clientStatus}
 | 
	
		
			
				|  |  | -                placeholder="请选择曲目状态"
 | 
	
		
			
				|  |  | +                placeholder="请选择业务曲目状态"
 | 
	
		
			
				|  |  |                  options={
 | 
	
		
			
				|  |  |                    [
 | 
	
		
			
				|  |  |                      {
 |