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