Commit d3981895c7c8ecb4f246eb57a20cf3885a3a925a
1 parent
77646407
feat: 补充修改
Showing
2 changed files
with
2 additions
and
2 deletions
src/views/main/manager/index.vue
| ... | ... | @@ -43,7 +43,7 @@ |
| 43 | 43 | <el-table-column label="姓名" show-overflow-tooltip="true" align="center" width="100" prop="name" fixed="left" /> |
| 44 | 44 | <el-table-column label="部门" show-overflow-tooltip="true" align="center" width="100" prop="fleetName" fixed="left" /> |
| 45 | 45 | <el-table-column label="工种" show-overflow-tooltip="true" align="center" width="100" prop="posts" fixed="left" /> |
| 46 | - <el-table-column label="班型" show-overflow-tooltip="true" align="center" width="100" prop="ruleDictName" | |
| 46 | + <el-table-column label="班次" show-overflow-tooltip="true" align="center" width="100" prop="ruleDictName" | |
| 47 | 47 | fixed="left" /> |
| 48 | 48 | <el-table-column v-for="(item, index) in globalDateFields" :label="item.date" align="center"> |
| 49 | 49 | <el-table-column :label="item.weekDay" align="center" width="225" :prop="item.date" /> | ... | ... |
src/views/num/num/index.vue
| ... | ... | @@ -230,7 +230,7 @@ function submitForm() { |
| 230 | 230 | /** 删除按钮操作 */ |
| 231 | 231 | function handleDelete(row) { |
| 232 | 232 | |
| 233 | - // proxy.$modal.msgSuccess("班型删除功能暂时禁用"); | |
| 233 | + // proxy.$modal.msgSuccess("班次删除功能暂时禁用"); | |
| 234 | 234 | // console.log(row); |
| 235 | 235 | const _ids = row.id || ids.value; |
| 236 | 236 | const deletePrompt = row.ruleDictName ? "是否确认删除班次名称为" + row.ruleDictName + "的数据项?" : "是否确认删除该班次?"; | ... | ... |