| | |
| | | > |
| | | <el-table-column type="selection" width="40" align="center" /> |
| | | <el-table-column label="编码" width="70" align="center" prop="id" /> |
| | | <el-table-column |
| | | label="用户名" |
| | | width="70" |
| | | align="center" |
| | | prop="userName" |
| | | /> |
| | | <el-table-column label="标题" width="120" align="center" prop="title" /> |
| | | <el-table-column label="建议内容" align="left" prop="advice" /> |
| | | <!-- <el-table-column |
| | |
| | | name: "Packagese", |
| | | props: { |
| | | cusobj: Object, |
| | | mrjy: String, |
| | | }, |
| | | data() { |
| | | return { |
| | |
| | | this.fList = val; |
| | | this.queryParams.sex = val.sex; |
| | | this.queryParams.isZj = val.isZj; |
| | | this.tjproposal = "0"; |
| | | // this.tjproposal = "0"; |
| | | this.getList(); |
| | | }, |
| | | mrjy(val) { |
| | | /* if (val === "Y") { |
| | | this.tjproposal = "1"; // 默认选中“常用建议” |
| | | this.radiotjproposalChange("1"); // 手动触发相关逻辑 |
| | | } */ |
| | | const mode = val === "Y" ? "1" : "0"; |
| | | this.setTjProposal(mode); |
| | | }, |
| | | }, |
| | | |
| | | methods: { |
| | | setTjProposal(mode) { |
| | | if (this.tjproposal !== mode) { |
| | | this.tjproposal = mode; |
| | | this.radiotjproposalChange(mode); // 执行切换逻辑 |
| | | } |
| | | }, |
| | | getAllList() { |
| | | this.loading = true; |
| | | this.openone = true; |