tijiao
This commit is contained in:
@@ -265,7 +265,7 @@
|
||||
<el-tooltip class="item" effect="dark" content="Duplicate references" placement="top">
|
||||
<img
|
||||
src="../../assets/img/repeat.png"
|
||||
v-if="scope.row.is_repeat == 1"
|
||||
v-if="scope.row.is_repeat == 1&&scope.row.is_deal == 1"
|
||||
alt=""
|
||||
style="width: 24px; height: 24px; float: left"
|
||||
/>
|
||||
@@ -312,7 +312,11 @@
|
||||
</el-table-column>
|
||||
<el-table-column align="center" width="360">
|
||||
<div slot-scope="scope">
|
||||
<div>
|
||||
|
||||
</div>
|
||||
<el-button
|
||||
v-if="scope.row.is_deal == 1"
|
||||
style="margin-left: 10px"
|
||||
@click="change(scope.row, 'Edit')"
|
||||
plain
|
||||
@@ -331,6 +335,7 @@
|
||||
<el-button @click="addLine(scope.row, 'Add')" type="success" size="mini" plain>Add</el-button>
|
||||
</el-tooltip>
|
||||
<el-button
|
||||
v-if="scope.row.is_deal == 1"
|
||||
type="warning"
|
||||
size="mini"
|
||||
plain
|
||||
@@ -339,6 +344,7 @@
|
||||
>↑</el-button
|
||||
>
|
||||
<el-button
|
||||
v-if="scope.row.is_deal == 1"
|
||||
type="warning"
|
||||
size="mini"
|
||||
plain
|
||||
@@ -347,6 +353,7 @@
|
||||
>↓</el-button
|
||||
>
|
||||
<el-button
|
||||
v-if="scope.row.is_deal == 1"
|
||||
type="danger"
|
||||
icon="el-icon-delete"
|
||||
size="mini"
|
||||
@@ -355,6 +362,9 @@
|
||||
@click="deleteLine(scope.row)"
|
||||
>delete</el-button
|
||||
>
|
||||
<i class="el-icon-loading" style="font-size: 24px;color: #606266;" v-if="scope.row.is_deal==2"></i>
|
||||
|
||||
<i class="el-icon-success" style="font-size: 24px;color: #2ac95c;" v-if="scope.row.is_deal==1"></i>
|
||||
</div>
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
@@ -660,7 +670,7 @@ export default {
|
||||
methods: {
|
||||
async getProgress() {
|
||||
var that = this;
|
||||
|
||||
this.getRefData()
|
||||
var progress = 0;
|
||||
|
||||
this.$api
|
||||
|
||||
Reference in New Issue
Block a user