This commit is contained in:
2026-05-05 16:55:58 +08:00
parent 49d0fed14e
commit 919d0f856e
3 changed files with 4 additions and 17 deletions
+3 -1
View File
@@ -13,7 +13,9 @@
"Bash(python3 *)",
"Bash(awk '/<template>/,/<\\\\/template>/{print NR\": \"$0; if\\(/<\\\\/template>/\\) exit}' D:/web/zyt/admin/src/views/consumer/prescription/order_list.vue)",
"Bash(npx eslint *)",
"Bash(git *)"
"Bash(git *)",
"Bash(tail -c 100000 /Users/long/.claude/projects/-Users-long-Work-zyt/7be9f770-afc3-497d-87a3-2ffa1fbe3fd1.jsonl)",
"Read(//tmp/**)"
]
}
}
+1
View File
@@ -28,3 +28,4 @@ bin-release/
/.agents
/.claude
/.claude
/.claude
@@ -17,10 +17,6 @@
<el-radio-button :value="2">已取消</el-radio-button>
</el-radio-group>
<el-button class="ml-3" @click="fetchList">刷新</el-button>
<span class="hint">
推送由后端 cron 分钟级触发需服务器配置
<code>tcm:diagnosis-todo-notify</code>
</span>
</div>
<el-table
@@ -294,18 +290,6 @@ defineExpose({ refresh: fetchList })
flex-wrap: wrap;
gap: 8px;
margin-bottom: 12px;
.hint {
color: var(--el-text-color-secondary);
font-size: 12px;
margin-left: 12px;
code {
background: var(--el-fill-color-light);
padding: 1px 6px;
border-radius: 4px;
}
}
}
.todo-table {