Commit 044236ba by wangweidong

土工试验Lims

parent 11617162
...@@ -46,9 +46,7 @@ ...@@ -46,9 +46,7 @@
<div v-else-if="item.key==='remark'" @click.stop="_handleRow(scope)"> <div v-else-if="item.key==='remark'" @click.stop="_handleRow(scope)">
<el-input v-model="scope.row.remark" @change="_remarkChange(scope.row)"></el-input> <el-input v-model="scope.row.remark" @change="_remarkChange(scope.row)"></el-input>
</div> </div>
</template> <div v-else>
<template slot-scope="scope">
<div v-if>
{{ scope.row[item.key] }} {{ scope.row[item.key] }}
</div> </div>
</template> </template>
......
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