| | |
| | | <span |
| | | style="cursor: pointer; color: #4977ba; font-size: 12px" |
| | | @click="deleteKnowledge(tab.id)" |
| | | v-hasPermi="'/kb/delete'" |
| | | ><icon-delete style="font-size: 14px" />删除</span |
| | | > |
| | | </template> |
| | |
| | | type="text" |
| | | class="button" |
| | | style="color: #2a2a2b" |
| | | v-hasPermi="'/kb/data_status'" |
| | | @click="enableDisable(1)" |
| | | > |
| | | <template #icon> |
| | |
| | | type="text" |
| | | class="button" |
| | | style="color: #2a2a2b" |
| | | v-hasPermi="'/kb/data_status'" |
| | | @click="enableDisable(0)" |
| | | > |
| | | <template #icon> |
| | |
| | | type="text" |
| | | class="button" |
| | | style="color: #2a2a2b" |
| | | v-hasPermi="'/kb/data_analysis'" |
| | | @click="addBlock(1)" |
| | | > |
| | | <template #icon> |
| | |
| | | type="text" |
| | | class="button" |
| | | style="color: #2a2a2b" |
| | | v-hasPermi="'/kb/data_analysis'" |
| | | @click="addBlock(2)" |
| | | > |
| | | <template #icon> |
| | |
| | | <a-button |
| | | type="text" |
| | | class="button" |
| | | v-hasPermi="'/kb/data_delete'" |
| | | style="color: #2a2a2b" |
| | | @click="addBlock(3)" |
| | | > |
| | |
| | | type="text" |
| | | :disabled="record.run == '1'" |
| | | @click="handleClick(record)" |
| | | v-hasPermi="'/kb/data_update'" |
| | | 查 |
| | | size="small" |
| | | > |
| | | <template #icon> |
| | |
| | | </template> |
| | | </a-button> |
| | | </a-tooltip> |
| | | |
| | | <!-- <a-button |
| | | <!-- |
| | | <a-button |
| | | type="text" |
| | | size="small" |
| | | :disabled="record.run == '1'" |