Commit 31bbc0db authored by danfuman's avatar danfuman

修改

parent bf9cd1d5
......@@ -52,7 +52,7 @@
border
highlight-current-row
>
<el-table-column label="序号" width="60" align="left" fixed prop="index"></el-table-column>
<el-table-column label="序号" width="60" align="left" prop="index"></el-table-column>
<el-table-column label="编码" width="130" prop="bm"></el-table-column>
<el-table-column label="名称" width="230" prop="mc"></el-table-column>
<el-table-column label="清单" width="130" prop="qd"></el-table-column>
......@@ -74,12 +74,11 @@
<el-table-column label="盈亏率" width="66" prop="qd"></el-table-column>
<el-table-column label="标准费用项" width="94" prop="qd"></el-table-column>
<el-table-column label="备注" width="114" prop="qd"></el-table-column>
<template v-slot:append="{ row }">
<tr class="custom-row">
<td colspan="100%">123456</td>
</tr>
</template>
<el-table-column label="操作" width="114" fixed="right">
<template slot-scope="scope" v-if="scope.row.qd ==='清'">
<span style="color:#0081FF;font-size: 14px;cursor: pointer;" @click="dialogVisible=true">增加费用项</span>
</template>
</el-table-column>
</el-table>
</div>
......@@ -108,7 +107,7 @@
</el-form-item>
</el-form>
<div slot="footer" class="dialog-footer">
<el-button>取消</el-button>
<el-button @click="dialogVisible=false">取消</el-button>
<el-button type="primary">确定增加</el-button>
</div>
</el-dialog>
......
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