Showing
1 changed file
with
8 additions
and
8 deletions
| @@ -21,10 +21,10 @@ | @@ -21,10 +21,10 @@ | ||
| 21 | <template #toolbar> | 21 | <template #toolbar> | 
| 22 | <Tooltip> | 22 | <Tooltip> | 
| 23 | <template #title> | 23 | <template #title> | 
| 24 | - <div>激活未确认可以处理,清除</div> | ||
| 25 | - <div>激活已确认只可清除,已经处理</div> | ||
| 26 | - <div>清除未确认只可处理,已经清除</div> | ||
| 27 | - <div>清除已确认不需要做处理</div> | 24 | + <div>激活未确认: 可以处理,清除</div> | 
| 25 | + <div>激活已确认: 只可清除,已经处理</div> | ||
| 26 | + <div>清除未确认: 只可处理,已经清除</div> | ||
| 27 | + <div>清除已确认: 不需要做处理和清除</div> | ||
| 28 | </template> | 28 | </template> | 
| 29 | <Button @click="handleBatchClear" type="primary" :disabled="getCanBatchClear"> | 29 | <Button @click="handleBatchClear" type="primary" :disabled="getCanBatchClear"> | 
| 30 | <QuestionCircleOutlined class="cursor-pointer" /> | 30 | <QuestionCircleOutlined class="cursor-pointer" /> | 
| @@ -33,10 +33,10 @@ | @@ -33,10 +33,10 @@ | ||
| 33 | </Tooltip> | 33 | </Tooltip> | 
| 34 | <Tooltip> | 34 | <Tooltip> | 
| 35 | <template #title> | 35 | <template #title> | 
| 36 | - <div>激活未确认可以处理,清除</div> | ||
| 37 | - <div>激活已确认只可清除,已经处理</div> | ||
| 38 | - <div>清除未确认只可处理,已经清除</div> | ||
| 39 | - <div>清除已确认不需要做处理</div> | 36 | + <div>激活未确认: 可以处理,清除</div> | 
| 37 | + <div>激活已确认: 只可清除,已经处理</div> | ||
| 38 | + <div>清除未确认: 只可处理,已经清除</div> | ||
| 39 | + <div>清除已确认: 不需要做处理和清除</div> | ||
| 40 | </template> | 40 | </template> | 
| 41 | <Button @click="handleBatchAck" type="primary" :disabled="getCanBatchAck"> | 41 | <Button @click="handleBatchAck" type="primary" :disabled="getCanBatchAck"> | 
| 42 | <QuestionCircleOutlined class="cursor-pointer" /> | 42 | <QuestionCircleOutlined class="cursor-pointer" /> |