提交 5ac958be authored 作者: matian's avatar matian

updates

上级 99e2bfb7
...@@ -122,7 +122,7 @@ const liveOptions = computed(() => { ...@@ -122,7 +122,7 @@ const liveOptions = computed(() => {
<img src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/center_resource/course-view-icon15.png" /> <img src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/center_resource/course-view-icon15.png" />
<div> <div>
<div class="label">课程授权信息</div> <div class="label">课程授权信息</div>
<div v-if="props.data.auth_departments === []"> <div v-if="props.data.auth_departments !== []">
<div class="value" v-for="(item, index) in props.data.auth_departments" :key="index"> <div class="value" v-for="(item, index) in props.data.auth_departments" :key="index">
{{ item.department_name }} {{ item.department_name }}
</div> </div>
......
...@@ -50,7 +50,7 @@ const listOptions = $computed(() => { ...@@ -50,7 +50,7 @@ const listOptions = $computed(() => {
{ label: '处理人', prop: 'operator_name', align: 'center' }, { label: '处理人', prop: 'operator_name', align: 'center' },
{ label: '处理时间', prop: 'updated_time', align: 'center' }, { label: '处理时间', prop: 'updated_time', align: 'center' },
{ label: '处理状态', prop: 'status_name', align: 'center' }, { label: '处理状态', prop: 'status_name', align: 'center' },
{ label: '操作', slots: 'table-operate', align: 'center', width: 300 } { label: '操作', slots: 'table-operate', align: 'center' }
] ]
} }
}) })
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论