1
xiazhengtongxue
2 天以前 82caba9b690a8dbe672e93039f31931c9dc4205c
Code/WCS/WIDESEAWCS_Client/src/views/quartzJob/dispatchInfo.vue
@@ -14,7 +14,7 @@
  </view-grid>
</template>
  <script>
import extend from "@/extension/quartzJob/dispatchInfo.js";
import extend from "@/extension/quartzJob/dispatchInfo.jsx";
import { ref, defineComponent } from "vue";
export default defineComponent({
  setup() {
@@ -142,7 +142,7 @@
        field: "name",
        title: "任务名称",
        type: "string",
        width: 120,
        width: 150,
        align: "left",
      },
      {
@@ -171,7 +171,7 @@
        field: "intervalSecond",
        title: "执行间隔时间",
        type: "int",
        width: 120,
        width: 90,
        align: "left",
      },
      {