文档服务地址:http://47.92.0.57:3000/ 周报索引地址:http://47.92.0.57:3000/s/NruNXRYmV

Commit 8afe3dd9 by 李梓桢

修改页面报错

parent 4a4fbcb3
...@@ -134,7 +134,7 @@ ...@@ -134,7 +134,7 @@
<!-- </el-button-group>--> <!-- </el-button-group>-->
</el-main> </el-main>
</el-container> </el-container>
<el-dialog title="请打分" :visible.sync="commentScore" width="400px"> <!-- <el-dialog title="请打分" :visible.sync="commentScore" width="400px">
<el-form :model="scoreForm"> <el-form :model="scoreForm">
<el-form-item label="标注准确率" :label-width="formLabelWidth"> <el-form-item label="标注准确率" :label-width="formLabelWidth">
<el-input v-model="scoreForm.accuracy" autocomplete="off" clearable></el-input> <el-input v-model="scoreForm.accuracy" autocomplete="off" clearable></el-input>
...@@ -144,7 +144,7 @@ ...@@ -144,7 +144,7 @@
</el-form-item> </el-form-item>
<el-button type="primary" @click="addScore()">确认</el-button> <el-button type="primary" @click="addScore()">确认</el-button>
</el-form> </el-form>
</el-dialog> </el-dialog> -->
</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