UI-Project/src/views/GlassStorage/rawfilmstorage.vue
@@ -95,6 +95,7 @@
function parseAndSetTime() {
  const backendTime = new Date(globalDate);
  const oneWeekAgo = new Date(backendTime.getTime() - 7 * 24 * 60 * 60 * 1000); // 减去7天
  oneWeekAgo.setHours(0, 0, 0, 0);
  timeRange.value = [formatTimestamp(oneWeekAgo), formatTimestamp(backendTime)];
  timeRangea.value = [formatTimestamp(oneWeekAgo), formatTimestamp(backendTime)];
  window.localStorage.setItem('startTime', formatTimestamp(oneWeekAgo))
@@ -461,7 +462,7 @@
//   }
// }
// 任务成功处理
const successfull = async(row) => {
const successfull = async(row) => {
  try {
    const confirmResult = await ElMessageBox.confirm(  
      t('searchOrder.psuccessfullyprocessed'), 
@@ -486,7 +487,7 @@
  }  
}; 
// 任务失败处理
const handleptask = async(row) => {
const handleptask = async(row) => {
  try {
    const confirmResult = await ElMessageBox.confirm(  
      t('searchOrder.ptaskfailure'), 
@@ -633,7 +634,12 @@
    </template> 
        </el-table-column>
          <el-table-column prop="createTime" align="center" :label="$t('film.createtime')" />
          <el-table-column fixed="right" :label="$t('film.operate')" align="center">
            <template #default="scope">
          <el-button size="mini" :disabled="(scope.row.taskState !== 0)" type="text" plain @click="successfull(scope.row)">{{ $t('searchOrder.successfullyprocessed') }}</el-button>
          <el-button size="mini" :disabled="(scope.row.taskState !== 0)" type="text" plain @click="handleptask(scope.row)">{{ $t('searchOrder.taskfailure') }}</el-button>
            </template>
        </el-table-column>
        </el-table>
      </div>
    </el-card>
@@ -707,7 +713,7 @@
        </el-table>
</el-dialog>
<!-- 历史任务 -->
<el-dialog v-model="blindb" top="10vh" width="95%">
<el-dialog v-model="blindb" top="10vh" width="71%">
     <iframe 
     :src="iframeUrl" 
     marginwidth="2000px"