意见反馈表格修改
continuous-integration/drone/push Build is passing Details

uat_us
DESKTOP-6C3NK6N\WXS 2024-08-01 15:40:46 +08:00
parent 32de7c4f18
commit bbfd119d08
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;