更新
This commit is contained in:
parent
1d9e38a3e5
commit
693366e60b
@ -2,7 +2,7 @@
|
||||
* @Author: gtz
|
||||
* @Date: 2021-03-04 16:13:51
|
||||
* @LastEditors: zwq
|
||||
* @LastEditTime: 2022-03-07 16:30:19
|
||||
* @LastEditTime: 2022-03-08 16:52:20
|
||||
* @Description: file content
|
||||
*/
|
||||
export default {
|
||||
@ -325,6 +325,7 @@ export default {
|
||||
wcs: {
|
||||
TimeOfAcquisition: 'Time Of Acquisition',
|
||||
DataSendingSource: 'Data Sending Source',
|
||||
DataType: 'Data Type'
|
||||
DataType: 'Data Type',
|
||||
tableTitle: 'Current Task List'
|
||||
}
|
||||
}
|
||||
|
@ -2,7 +2,7 @@
|
||||
* @Author: gtz
|
||||
* @Date: 2021-03-04 16:13:51
|
||||
* @LastEditors: zwq
|
||||
* @LastEditTime: 2022-03-07 16:30:30
|
||||
* @LastEditTime: 2022-03-08 16:51:35
|
||||
*/
|
||||
export default {
|
||||
visual: {
|
||||
@ -339,6 +339,7 @@ export default {
|
||||
wcs: {
|
||||
TimeOfAcquisition: '获取时间',
|
||||
DataSendingSource: '数据发送源',
|
||||
DataType: '数据类型'
|
||||
DataType: '数据类型',
|
||||
tableTitle: '当前运行任务列表'
|
||||
}
|
||||
}
|
||||
|
@ -2,7 +2,7 @@
|
||||
* @Author: zwq
|
||||
* @Date: 2022-03-07 15:31:13
|
||||
* @LastEditors: zwq
|
||||
* @LastEditTime: 2022-03-08 16:04:44
|
||||
* @LastEditTime: 2022-03-08 16:55:37
|
||||
* @Description:
|
||||
-->
|
||||
<template>
|
||||
@ -154,7 +154,7 @@
|
||||
</div>
|
||||
<div class="bottom-table">
|
||||
<div class="bottom-table-title">
|
||||
当前运行任务列表
|
||||
{{ $t('module.basicData.wcs.tableTitle') }}
|
||||
</div>
|
||||
<div class="table">
|
||||
<base-table
|
||||
|
Loading…
Reference in New Issue
Block a user