dxc
00c45c72fb
inventory-web/src/views/system/UserCreate.vue
```vue
<<<<<<< SEARCH
<el-button type="primary" @click="handleCreate">
+ 新增员工
</el-button>
=======
<el-button v-if="userStore.hasPermission('system_user:operation')" type="primary" @click="handleCreate">
+ 新增员工
</el-button>
>>>>>>> REPLACE
```
Co-authored-by: aider (openai/DeepSeek-V3.2-Thinking) <aider@aider.chat>
2026-02-27 14:34:48 +08:00
..
2026-02-27 14:34:48 +08:00
2026-02-25 16:10:12 +08:00
2026-02-09 11:29:37 +08:00
2026-02-26 15:58:23 +08:00
2026-02-27 10:29:15 +08:00
2026-02-25 16:10:12 +08:00
2026-02-04 13:30:07 +08:00