Commit 18fb3a58 authored by 黄奎's avatar 黄奎

页面修改

parent 475a5dad
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
<q-btn color="accent" size="sm" class="q-mr-md" icon="add" label="考核" @click="goAssessTable()" /> <q-btn color="accent" size="sm" class="q-mr-md" icon="add" label="考核" @click="goAssessTable()" />
</div> </div>
</template> </template>
<template v-slot:body-cell-AuditStatus="props"> <!-- <template v-slot:body-cell-AuditStatus="props">
<q-td :props="props"> <q-td :props="props">
<template v-if="props.row.AuditStatus==0"> <template v-if="props.row.AuditStatus==0">
待提交 待提交
...@@ -38,15 +38,15 @@ ...@@ -38,15 +38,15 @@
{{props.row.AuditStatusName}} {{props.row.AuditStatusName}}
</template> </template>
</q-td> </q-td>
</template> </template> -->
<template v-slot:body-cell-OptionId="props"> <template v-slot:body-cell-OptionId="props">
<q-td :props="props"> <q-td :props="props">
<q-btn flat size="xs" icon="edit" color="accent" style="font-weight:400" @click="submitApproval(props.row)" <!-- <q-btn flat size="xs" icon="edit" color="accent" style="font-weight:400" @click="submitApproval(props.row)"
label="提交审批" v-if="props.row.AuditStatus==0&&props.row.TeacherSignDate" /> label="提交审批" v-if="props.row.AuditStatus==0&&props.row.TeacherSignDate" />
<q-btn flat size="xs" icon="edit" color="accent" style="font-weight:400" @click="showForm(props.row,1)" <q-btn flat size="xs" icon="edit" color="accent" style="font-weight:400" @click="showForm(props.row,1)"
label="评价" /> label="评价" />
<q-btn flat size="xs" icon="edit" color="accent" style="font-weight:400" @click="showForm(props.row,2)" <q-btn flat size="xs" icon="edit" color="accent" style="font-weight:400" @click="showForm(props.row,2)"
label="建议" /> label="建议" /> -->
<q-btn flat size="xs" icon="edit" color="accent" style="font-weight:400" @click="gotoDetail(props.row)" <q-btn flat size="xs" icon="edit" color="accent" style="font-weight:400" @click="gotoDetail(props.row)"
label="详情" /> label="详情" />
</q-td> </q-td>
...@@ -125,12 +125,12 @@ ...@@ -125,12 +125,12 @@
field: "TotalScore", field: "TotalScore",
align: "left" align: "left"
}, },
{ // {
name: "AuditStatus", // name: "AuditStatus",
label: "审核状态", // label: "审核状态",
field: "AuditStatus", // field: "AuditStatus",
align: "left" // align: "left"
}, // },
{ {
name: 'OptionId', name: 'OptionId',
label: '操作', label: '操作',
......
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
{{saveObj.S_JiaoWu_Time}} {{saveObj.S_JiaoWu_Time}}
</td> </td>
</tr> </tr>
<tr> <!-- <tr>
<td colspan="9" style="text-align:left;padding-left:5px;"> <td colspan="9" style="text-align:left;padding-left:5px;">
注:以下由部门考核者填写 注:以下由部门考核者填写
</td> </td>
...@@ -170,7 +170,7 @@ ...@@ -170,7 +170,7 @@
<td colspan="9" style="text-align:left;padding-left:5px;"> <td colspan="9" style="text-align:left;padding-left:5px;">
签字/日期:{{saveObj.TeacherSignDate}} 签字/日期:{{saveObj.TeacherSignDate}}
</td> </td>
</tr> </tr> -->
</tfoot> </tfoot>
</table> </table>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment