Source/UBCS-WEB/src/components/FormTemplate/index.vue | 补丁 | 查看 | 原始文档 | blame | 历史 | |
Source/UBCS-WEB/src/views/docking/data.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Source/UBCS-WEB/src/views/docking/task.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Source/UBCS-WEB/src/components/FormTemplate/index.vue
Source/UBCS-WEB/src/views/docking/data.vue
@@ -97,7 +97,7 @@ sortable:true, // width: 150, formatter: function (row, column) { if (row.sendType === 'Released') { if (row.sendType === 'Enabled') { return '发布'; } else if (row.sendType === 'TakeBack') { return '回收'; Source/UBCS-WEB/src/views/docking/task.vue
@@ -102,12 +102,12 @@ width: 150 }, { label: '数据情况', label: '推送类型', prop: 'sendType', sortable:true, width: 100, formatter: function (row, column) { if (row.sendType === 'Released') { if (row.sendType === 'Enabled') { return '发布'; } else if (row.sendType === 'TakeBack') { return '回收';