【修改】 任务编号隐藏,添加逻辑为年月日+任务数量+1

This commit is contained in:
dlaren
2025-08-17 21:55:11 +08:00
parent e34b931798
commit bdf32f83b7
14 changed files with 738 additions and 955 deletions

View File

@@ -82,7 +82,7 @@
</template>
</el-table-column>
<el-table-column label="是否模板" align="center" prop="isTemplate" >
<el-table-column label="是否模板" align="center" prop="isTemplate" >
<template #default="scope">
<dict-tag :type="DICT_TYPE.SYS_YES_NO" :value="scope.row.isTemplate" />
</template>