|
|
@@ -97,7 +97,7 @@
|
|
|
<el-button @click="openSelect" type="primary" style="margin-bottom: 10px;">新增评价内容</el-button>
|
|
|
|
|
|
<el-table :data="tableData" style="width: 100%" height="400px">
|
|
|
- <el-table-column label="序号" type="index" width="50">
|
|
|
+ <el-table-column label="序号" type="index" width="100">
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="content" label="评价内容"> </el-table-column>
|
|
|
<el-table-column prop="code" label="编号"> </el-table-column>
|
|
|
@@ -116,8 +116,8 @@
|
|
|
</div>
|
|
|
|
|
|
<div slot="footer" class="dialog-footer">
|
|
|
- <el-button @click="onHide">取消</el-button>
|
|
|
<el-button type="primary" @click="onSubmit">确定</el-button>
|
|
|
+ <el-button @click="onHide">取消</el-button>
|
|
|
</div>
|
|
|
</DialogCom>
|
|
|
<DialogSelect
|