安生 il y a 4 ans
Parent
commit
5884568b73

+ 1 - 1
src/views/dashboard/BarChart.vue

@@ -11,7 +11,7 @@
           <el-button type="text" @click="handleUpdate(scope.row)" style="color: black">{{scope.row.tatle}}</el-button>
         </template>
       </el-table-column>
-      <el-table-column label="发布日期" align="right"prop="updateTime" :show-header="showHeader" >
+      <el-table-column label="发布日期" align="right" width="180" prop="updateTime" :show-header="showHeader" >
       <template slot-scope="scope">
         <el-button type="text" @click="handleUpdate(scope.row)" style="color: #606266">{{parseTime(scope.row.updateTime,'{y}-{m}-{d}')}}</el-button>
       </template>

+ 11 - 1
src/views/dashboard/LineChart.vue

@@ -18,11 +18,16 @@
             </div>
           </template>
 
-          <el-table-column prop="fwtitle" label="标题"  align="left" >
+          <el-table-column prop="fwtitle"  label="标题"  align="left" >
             <template slot-scope="scope">
               <el-button type="text"  @click="openactform(scope.row.processInstanceId,scope.row.businessKey,scope.row.name,scope.row.title,scope.row.taskName)" style="color: black">{{scope.row.title}}</el-button>
             </template>
           </el-table-column>
+          <el-table-column prop="taskName" width="180" label="流程分类"  align="left" >
+            <template slot-scope="scope">
+              <el-button type="text"  @click="openactform(scope.row.processInstanceId,scope.row.businessKey,scope.row.name,scope.row.title,scope.row.taskName)" style="color: black">{{scope.row.taskName}}</el-button>
+            </template>
+          </el-table-column>
           <el-table-column prop="createTime" label="接收时间" width="180" align="center">
             <template slot-scope="scope">
               <el-button type="text" @click="openactform(scope.row.processInstanceId,scope.row.businessKey,scope.row.name,scope.row.title,scope.row.taskName)" style="color: #606266">
@@ -44,6 +49,11 @@
               <el-button type="text" @click="detern(scope.row)" style="color: black">{{scope.row.title}}</el-button>
             </template>
           </el-table-column>
+          <el-table-column prop="taskName" width="180" label="流程分类"  align="left" >
+            <template slot-scope="scope">
+              <el-button type="text"  @click="openactform(scope.row.processInstanceId,scope.row.businessKey,scope.row.name,scope.row.title,scope.row.taskName)" style="color: black">{{scope.row.taskName}}</el-button>
+            </template>
+          </el-table-column>
           <el-table-column prop="createTime" label="完成时间" width="180" align="center">
             <template slot-scope="scope">
               <el-button type="text" @click="detern(scope.row)" style="color: #606266">

+ 1 - 1
src/views/dashboard/PieChart.vue

@@ -11,7 +11,7 @@
           <el-button type="text" @click="handleUpdate(scope.row)"  style="color: black">{{scope.row.title}}</el-button>
         </template>
       </el-table-column>
-      <el-table-column label="发布日期" align="right" prop="updateTime" :show-header="showHeader" >
+      <el-table-column label="发布日期" align="right" width="180" prop="updateTime" :show-header="showHeader" >
         <template slot-scope="scope">
           <el-button type="text"  style="color: #606266">{{parseTime(scope.row.sendtime,'{y}-{m}-{d}')}}</el-button>
         </template>

+ 5 - 0
src/views/dashboard/RaddarChart.vue

@@ -13,6 +13,11 @@
           <el-button type="text" @click="myAppReturn(scope.row)" style="color: black">{{scope.row.fwtitle}}</el-button>
         </template>
       </el-table-column>
+      <el-table-column prop="taskName" width="180" label="流程分类"  align="left" >
+        <template slot-scope="scope">
+          <el-button type="text"  @click="openactform(scope.row.processInstanceId,scope.row.businessKey,scope.row.name,scope.row.title,scope.row.taskName)" style="color: black">{{scope.row.taskName}}</el-button>
+        </template>
+      </el-table-column>
       <el-table-column prop="createTime" label="创建时间" width="180" align="center">
         <template slot-scope="scope">
           <el-button type="text" @click="myAppReturn(scope.row)" style="color: #606266"><span>{{scope.row.create_time | timefilters}}</span></el-button>