明树Git Lab

Commit 2447b7eb authored by yangyajing's avatar yangyajing

||

parent 828918e8
Pipeline #108305 passed with stage
in 20 seconds
...@@ -2720,7 +2720,7 @@ ...@@ -2720,7 +2720,7 @@
> >
<template #default="scope_"> <template #default="scope_">
<!-- 去掉空白单元行 --> <!-- 去掉空白单元行 -->
<el-input-number v-if="scope_.row[col.children[1].key] | scope_.row[col.children[1].key] === 0" <el-input-number v-if="scope_.row[col.children[1].key] || scope_.row[col.children[1].key] === 0"
v-model="scope_.row[col_.key.toString()]" :min="0" :max="99999999999.99999999" v-model="scope_.row[col_.key.toString()]" :min="0" :max="99999999999.99999999"
controls-position="right" controls-position="right"
/> />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment