Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web into main
continuous-integration/drone/push Build is passing Details

uat_us
caiyiling 2024-08-01 15:47:19 +08:00
commit e485b73e1b
2 changed files with 6 additions and 0 deletions

View File

@ -49,5 +49,6 @@ export default {
<style lang="scss" scoped>
::v-deep .el-dialog__body {
padding-bottom: 0;
height: 500px;
}
</style>

View File

@ -151,6 +151,7 @@
align="center"
width="45"
v-if="level > 7"
:selectable="handleSelectTable"
/>
<el-table-column type="index" width="50" />
<el-table-column
@ -355,6 +356,10 @@ export default {
this.getList();
},
methods: {
// CheckBox
handleSelectTable(row) {
return row.State < 1;
},
async getList() {
try {
this.loading = true;