|
@@ -199,12 +199,12 @@
|
|
|
/>
|
|
|
<el-table-column
|
|
|
label="操作"
|
|
|
- align="left"
|
|
|
+ align="center"
|
|
|
class-name="small-padding fixed-width"
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
|
<el-button
|
|
|
- size="btn"
|
|
|
+ size="btlook"
|
|
|
type="text"
|
|
|
@click="ViewProgress(scope.row)"
|
|
|
v-if="scope.row.common == 1 && scope.row.taskProgress != '100'"
|
|
@@ -212,7 +212,7 @@
|
|
|
<span>进度录入</span>
|
|
|
</el-button>
|
|
|
<el-button
|
|
|
- size="btlook"
|
|
|
+ size="btk"
|
|
|
type="text"
|
|
|
@click="handleChakan(scope.row)"
|
|
|
v-if="scope.row.common == 1"
|
|
@@ -221,13 +221,13 @@
|
|
|
<span class="chakan">查看</span>
|
|
|
</el-button>
|
|
|
<el-button
|
|
|
- size="btlook"
|
|
|
+ size="btk"
|
|
|
type="text"
|
|
|
@click="handleChakan1(scope.row)"
|
|
|
v-if="scope.row.common == 2 || scope.row.common == 0"
|
|
|
>
|
|
|
<!-- 多人进度查看 -->
|
|
|
- <span class="chakan">进度查看</span>
|
|
|
+ <span class="chakan">查看</span>
|
|
|
</el-button>
|
|
|
<el-button
|
|
|
size="btu"
|
|
@@ -403,7 +403,7 @@
|
|
|
</el-form>
|
|
|
<div slot="footer" class="dialog-footer">
|
|
|
<el-button type="primary" @click="submitForm">确 定</el-button>
|
|
|
- <el-button @click="cancel" size="btn">取 消</el-button>
|
|
|
+ <el-button @click="cancel">取 消</el-button>
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
<!-- 进度录入弹框 -->
|
|
@@ -468,7 +468,7 @@
|
|
|
</el-form>
|
|
|
<div slot="footer" class="dialog-footer">
|
|
|
<el-button type="primary" @click="submitForm1">确 定</el-button>
|
|
|
- <el-button @click="cancel" size="btn">取 消</el-button>
|
|
|
+ <el-button @click="cancel">取 消</el-button>
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
<!-- 单人进度查看弹框 -->
|
|
@@ -556,7 +556,7 @@
|
|
|
</el-form>
|
|
|
<div slot="footer" class="dialog-footer">
|
|
|
<el-button type="primary" @click="submitForm2">确 定</el-button>
|
|
|
- <el-button @click="cancel" size="btn">取 消</el-button>
|
|
|
+ <el-button @click="cancel">取 消</el-button>
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
<!-- 多人进度查看弹框 -->
|
|
@@ -703,7 +703,7 @@
|
|
|
</el-form>
|
|
|
<div slot="footer" class="dialog-footer">
|
|
|
<el-button type="primary" @click="submitForm2">确 定</el-button>
|
|
|
- <el-button @click="cancel" size="btn">取 消</el-button>
|
|
|
+ <el-button @click="cancel">取 消</el-button>
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
<el-dialog
|
|
@@ -810,7 +810,7 @@
|
|
|
</el-form>
|
|
|
<div slot="footer" class="dialog-footer">
|
|
|
<el-button type="primary" @click="submitForm2">确 定</el-button>
|
|
|
- <el-button @click="cancel" size="btn">取 消</el-button>
|
|
|
+ <el-button @click="cancel">取 消</el-button>
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
<!-- 多人进度查看弹框 -->
|
|
@@ -857,7 +857,7 @@
|
|
|
</el-form>
|
|
|
<div slot="footer" class="dialog-footer">
|
|
|
<el-button type="primary" @click="submitForm4">导 出</el-button>
|
|
|
- <el-button @click="cancel" size="btn">取 消</el-button>
|
|
|
+ <el-button @click="cancel">取 消</el-button>
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
</div>
|