江河联动

This commit is contained in:
庞东林
2022-01-10 09:56:26 +08:00
parent 4873ce3b96
commit fe1e0a71d4
17 changed files with 685 additions and 100 deletions

View File

@@ -61,7 +61,7 @@
<template #desc="{ text, record ,index }">
<div class="editable-cell">
<div v-if="editableData[index] && editableData[index].edable=='reason'" class="editable-cell-input-wrapper">
<a-input class="edit-input" v-model:value="editableData[index]['reason']" @pressEnter="save(index)" />
<a-textarea class="edit-input" v-model:value="editableData[index]['reason']" @pressEnter="save(index)" />
<check-outlined class="editable-cell-icon-check" @click="save(index)" />
</div>
<div v-else class="editable-cell-text-wrapper">