|
@@ -150,7 +150,7 @@
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
|
|
|
|
|
<!-- 备注列 -->
|
|
<!-- 备注列 -->
|
|
|
- <el-table-column prop="remark" label="备注" min-width="150" align="left">
|
|
|
|
|
|
|
+ <!-- <el-table-column prop="remark" label="备注" min-width="150" align="left">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
<el-input
|
|
<el-input
|
|
|
v-if="!scope.row.isCategory"
|
|
v-if="!scope.row.isCategory"
|
|
@@ -159,7 +159,7 @@
|
|
|
:disabled="isViewMode"
|
|
:disabled="isViewMode"
|
|
|
/>
|
|
/>
|
|
|
</template>
|
|
</template>
|
|
|
- </el-table-column>
|
|
|
|
|
|
|
+ </el-table-column> -->
|
|
|
<!-- 指标编号(cellCode,只读) -->
|
|
<!-- 指标编号(cellCode,只读) -->
|
|
|
<el-table-column
|
|
<el-table-column
|
|
|
prop="cellCode"
|
|
prop="cellCode"
|