|
|
@@ -175,7 +175,12 @@
|
|
|
<span v-else>{{ row.stlAmountDrUSD }}</span>
|
|
|
</template>
|
|
|
<template slot-scope="{ row, index }" slot="menu">
|
|
|
- <el-button type="text" size="small" @click="rowCell(row, index)" :disabled="disabled || form.operatingStatus == 3 || form.status == 3">
|
|
|
+ <el-button
|
|
|
+ type="text"
|
|
|
+ size="small"
|
|
|
+ @click="rowCell(row, index)"
|
|
|
+ :disabled="disabled || form.operatingStatus == 3 || form.status == 3 || row.isSignfor == 1"
|
|
|
+ >
|
|
|
{{ row.$cellEdit ? "保存" : "编辑" }}
|
|
|
</el-button>
|
|
|
</template>
|