意见反馈表格修改
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> <style lang="scss" scoped>
::v-deep .el-dialog__body { ::v-deep .el-dialog__body {
padding-bottom: 0; padding-bottom: 0;
height: 500px;
} }
</style> </style>

View File

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