This commit is contained in:
@jyuhsin
2025-11-29 17:14:00 +08:00
parent 83e60c000b
commit edc8ae7c0a
13 changed files with 195 additions and 136 deletions
@@ -122,9 +122,9 @@
</template>
</el-table-column>
<el-table-column label="备注" prop="remark" width="300px">
<el-table-column label="考核验收方式" prop="remark" width="300px">
<template v-slot="{row}">
<el-input v-if="!is_view" v-model.number="row.remark" maxlength="4" placeholder="请填写备注"></el-input>
<el-input v-if="!is_view" v-model.number="row.remark" placeholder="请填写考核验收方式"></el-input>
<span v-else>{{ row.remark }}</span>
</template>
</el-table-column>