|
@@ -245,7 +245,7 @@
|
|
|
@click="feecenterSubmitListfun">{{ $t("btn118n.save") }}
|
|
@click="feecenterSubmitListfun">{{ $t("btn118n.save") }}
|
|
|
</el-button>
|
|
</el-button>
|
|
|
<el-button v-if="isFeeEditC" type="info" plain size="small" :disabled="disabled"
|
|
<el-button v-if="isFeeEditC" type="info" plain size="small" :disabled="disabled"
|
|
|
- @click="feecenterEditfun('C')">{{ $t("btn118n.toDebit") }}
|
|
|
|
|
|
|
+ @click="feecenterEditfun('C')">{{ $t("btn118n.edit") }}
|
|
|
</el-button>
|
|
</el-button>
|
|
|
<el-button v-if="isFeeEditC" type="primary" plain size="small"
|
|
<el-button v-if="isFeeEditC" type="primary" plain size="small"
|
|
|
:disabled="disabled || pleasereviewType" @click="copyfun('C')">{{ $t("btn118n.toDebit") }}
|
|
:disabled="disabled || pleasereviewType" @click="copyfun('C')">{{ $t("btn118n.toDebit") }}
|