Browse Source

完善公告型号

zhanglei
yunuo970428 2 years ago
parent
commit
9f59588cc1
  1. 5
      anrui-scm/anrui-scm-ui/src/views/othermenu/affichetype/gonggaoguanli.vue

5
anrui-scm/anrui-scm-ui/src/views/othermenu/affichetype/gonggaoguanli.vue

@ -42,6 +42,11 @@
<span>{{ scope.row.announcementmodelName }}</span>
</template>
</el-table-column>
<el-table-column label="车辆名称" align="center">
<template slot-scope="scope">
<span>{{ scope.row.vehNameValue }}</span>
</template>
</el-table-column>
<el-table-column label="备注" align="center">
<template slot-scope="scope">
<span>{{ scope.row.remarks }}</span>

Loading…
Cancel
Save