Commit 26abd68f authored by zhengke's avatar zhengke

修改

parent fa3a8d60
......@@ -75,6 +75,14 @@
<tr v-for="(item, index) in dataList" :key="index">
<td>{{ item.AssistTypeName }}</td>
<td>{{ item.AssistName }}</td>
<td v-if="isHaveTeacherEdit">
<div>
<q-btn flat size="xs" icon="edit" color="accent" style="font-weight:400" label="修改"
@click="getEditInfo(item)"></q-btn>
<q-btn flat size="xs" icon="delete" color="negative" style="font-weight:400" label="删除"
@click="deleteAssits(item.Id)" />
</div>
</td>
<td v-if="userInfo.IsCourseConsultant == 1">
<div v-if="item.AssistType != 2 && item.AssistType != 4">
<q-btn flat size="xs" icon="edit" color="accent" style="font-weight:400" label="修改"
......
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