فهرست منبع

监控调阅任务

ouyang 2 سال پیش
والد
کامیت
efee758b58
1فایلهای تغییر یافته به همراه6 افزوده شده و 0 حذف شده
  1. 6 0
      src/views/core/task/index.vue

+ 6 - 0
src/views/core/task/index.vue

@@ -85,6 +85,11 @@
         </template>
       </el-table-column>
       <el-table-column label="任务名称" align="center" prop="taskName" />
+      <el-table-column label="调阅周期" align="center" prop="cycle" >
+        <template slot-scope="scope">
+          <dict-tag :options="dict.type.sys_access_cycle" :value="scope.row.cycle" />
+        </template>
+      </el-table-column>>
       <el-table-column label="开始时间" align="center" prop="planStartTime" width="180">
 <!--        <template slot-scope="scope">
           <span>{{ parseTime(scope.row.planStartTime, '{y}-{m}-{d}') }}</span>
@@ -101,6 +106,7 @@
         </template>
       </el-table-column>
       <el-table-column label="调阅机构" align="center" prop="orgName" />
+
       <el-table-column label="调阅角色" align="center" prop="roleName" />
 
       <el-table-column label="调阅开始时间" align="center" prop="startTime" width="180">