摘要: 今天进行了erp的部分编程 明天继续 阅读全文
posted @ 2023-11-18 22:25 锴‘ 阅读(3) 评论(0) 推荐(0) 编辑
摘要: <el-table-column label="审核状态" width="120"> <template slot-scope="scope"> <div v-if="scope.row.examStatus == 'false'">未审核</div> <div v-else>已审核</div> < 阅读全文
posted @ 2023-11-18 21:21 锴‘ 阅读(28) 评论(0) 推荐(0) 编辑
摘要: this.$axios.post("http://localhost:8080/changeExamStatus?billID="+this.tableData[index].billID).then((response)=>{ if(response.data.code==1){ alert("第 阅读全文
posted @ 2023-11-18 21:19 锴‘ 阅读(13) 评论(0) 推荐(0) 编辑