Parcourir la source

首页样式统一

安生 il y a 4 ans
Parent
commit
943a1920e4

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

@@ -6,9 +6,9 @@
       <el-button style="float: right; padding: 5px 0;color: black;" type="text" @click="more">更多</el-button>
     </el-row>
     <el-table v-loading="loading" :data="mesList" size="mini" :show-header="showHeader">
-      <el-table-column label="标题"style="color:#1890ff"  prop="tatle" align="left"  :show-overflow-tooltip="true" :show-header="showHeader">
+      <el-table-column label="标题" style="color:#1890ff"  prop="tatle" align="left"  :show-overflow-tooltip="true" :show-header="showHeader">
         <template slot-scope="scope">
-          <el-button type="text" @click="handleUpdate(scope.row)" style="color: black">{{scope.row.tatle}}</el-button>
+          <el-button type="text" @click="handleUpdate(scope.row)" style="color: #606266">{{scope.row.tatle}}</el-button>
         </template>
       </el-table-column>
       <el-table-column label="发布日期" align="right" width="180" prop="updateTime" :show-header="showHeader" >

+ 2 - 2
src/views/dashboard/LineChart.vue

@@ -20,7 +20,7 @@
           <el-table-column prop="taskName" label="流程名称" width="180" align="left"></el-table-column>
           <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>
+              <el-button type="text"  @click="openactform(scope.row.processInstanceId,scope.row.businessKey,scope.row.name,scope.row.title,scope.row.taskName)" style="color: #606266">{{scope.row.title}}</el-button>
             </template>
           </el-table-column>
           <el-table-column prop="name" label="当前处理" width="180" align="center">  </el-table-column>
@@ -38,7 +38,7 @@
         <el-table-column prop="taskName" label="流程名称" width="180" align="left"></el-table-column>
         <el-table-column prop="fwtitle" label="标题"  align="left">
           <template slot-scope="scope">
-            <el-button type="text" @click="detern1(scope.row)" style="color: black">{{scope.row.title}}</el-button>
+            <el-button type="text" @click="detern1(scope.row)" style="color: #606266">{{scope.row.title}}</el-button>
           </template>
         </el-table-column>
 

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

@@ -8,7 +8,7 @@
     <el-table v-loading="loading" :data="infoList" size="mini"  >
       <el-table-column label="标题"style="color:#1890ff"  prop="tatle" align="left"  :show-overflow-tooltip="true">
         <template slot-scope="scope">
-          <el-button type="text" @click="handleUpdate(scope.row)"  style="color: black">{{scope.row.title}}</el-button>
+          <el-button type="text" @click="handleUpdate(scope.row)"  style="color: #606266;">{{scope.row.title}}</el-button>
         </template>
       </el-table-column>
       <el-table-column label="发布日期" align="right" width="180" prop="updateTime" :show-header="showHeader" >

+ 9 - 3
src/views/dashboard/RaddarChart.vue

@@ -8,15 +8,21 @@
 
       <el-table :data="myApplication" size="mini" style="width: 100%;" :header-cell-style="{}">
         <!--             <el-table-column type="index" label="序号" width="50" align="center"></el-table-column>-->
-        <el-table-column prop="taskName" label="流程名称"  width="180" align="left" ></el-table-column>
+        <el-table-column prop="taskName" label="流程名称"  width="180" align="left">
+          <template slot-scope="scope">
+            <el-button type="text"  style="color: #606266"><span>{{scope.row.taskName}}</span></el-button>
+          </template>
+        </el-table-column>
         <el-table-column prop="fwtitle" label="标题"  align="left" >
           <template slot-scope="scope">
-            <el-button type="text" @click="myAppReturn(scope.row)" style="color: black">{{scope.row.fwtitle}}</el-button>
+            <el-button type="text" @click="myAppReturn(scope.row)" style="color: #606266">{{scope.row.fwtitle}}</el-button>
           </template>
         </el-table-column>
 
-
         <el-table-column prop="dispose" label="当前处理"  width="180" align="center" >
+          <template slot-scope="scope">
+            <el-button type="text"  style="color: #606266"><span>{{scope.row.dispose}}</span></el-button>
+          </template>
         </el-table-column>
         <el-table-column prop="createTime" label="创建时间" width="180" align="center">
           <template slot-scope="scope">