|
@@ -101,7 +101,7 @@
|
|
|
<!-- 待处理 -->
|
|
|
<el-button
|
|
|
type="text"
|
|
|
- @click="openForm('updateone', scope.row.projectId,scope.row.supervisorId,scope.row.id,scope.row.recordId)"
|
|
|
+ @click="openForm('updateone', scope.row.projectId,scope.row.selectSupervisorId,scope.row.id,scope.row.recordId)"
|
|
|
v-hasPermi="['system:student-select-supervisor-record:update']"
|
|
|
v-if="scope.row.selectStatus === 1"
|
|
|
>
|
|
@@ -110,7 +110,7 @@
|
|
|
<!-- 未提交 -->
|
|
|
<el-button
|
|
|
type="text"
|
|
|
- @click="openForm('updatetwo', scope.row.projectId,null,scope.row.id,scope.row.recordId)"
|
|
|
+ @click="openForm('updatetwo', scope.row.projectId,scope.row.selectSupervisorId,scope.row.id,scope.row.recordId)"
|
|
|
v-hasPermi="['system:student-select-supervisor-record:collegeCreate']"
|
|
|
v-if="scope.row.selectStatus === 0"
|
|
|
>
|