Merge remote-tracking branch 'origin/master'

This commit is contained in:
zer0Black
2023-06-27 11:43:38 +08:00
22 changed files with 2050 additions and 205 deletions
+1 -1
View File
@@ -225,7 +225,7 @@
<el-table-column v-if="maxSelected && maxSelected == 1" label="" width="35" align="center">
<template slot-scope="scope">
<el-radio class="tableRadio" v-model="tableChecked" @change="radioChange(scope.row)"
:label="scope.row.departmentCode">{{ null }}
:label="scope.row.id">{{ null }}
</el-radio>
</template>
</el-table-column>