提交代码

This commit is contained in:
jiang 2024-12-04 15:42:42 +08:00
parent ebba5e851e
commit cd0f4d9f3d
2 changed files with 2 additions and 9 deletions

View File

@ -65,7 +65,7 @@ export default {
if (!instance.inputValue) {
this.$message({
type: 'error',
message: '驳回原因不能为空'
message: '不通过原因不能为空'
});
return; //
}
@ -86,7 +86,7 @@ export default {
fileId: Number(this.id),
auditFailedReason: value
}).then(response => {
this.$modal.msgSuccess('已提交不同意原因');
this.$modal.msgSuccess('已提交不通过原因');
this.index++; //
}).catch(error => {
console.log(error);

View File

@ -51,13 +51,6 @@
</template>
</el-table-column>
<el-table-column label="描述" show-overflow-tooltip align="center" prop="datasetDesc" />
<el-table-column label="是否公开" show-overflow-tooltip align="center" prop="createBy" >
<template slot-scope="scope">
<el-switch v-model="scope.row.isPublic" active-value="1" inactive-value="0"
@change="change(scope.row)"
></el-switch>
</template>
</el-table-column>
</el-table>
<pagination