|
|
|
@ -137,6 +137,8 @@ |
|
|
|
<foot></foot> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<!-- 计算模块详情修改 --> |
|
|
|
<el-dialog :visible.sync="openInfo" title="计算修改"> |
|
|
|
<el-form :model="form" label-width="80px"> |
|
|
|
<el-form-item label="计算名称"> |
|
|
|
@ -156,17 +158,12 @@ |
|
|
|
<el-input v-model="form.jsInfo" autocomplete="off"></el-input> |
|
|
|
</el-form-item> |
|
|
|
</el-form> |
|
|
|
|
|
|
|
|
|
|
|
<div slot="footer" class="dialog-footer" style="margin-top: 2vw;"> |
|
|
|
<el-button @click="openInfo = false">取 消</el-button> |
|
|
|
<el-button type="primary" @click="submitInfo">确 定</el-button> |
|
|
|
</div> |
|
|
|
</el-dialog> |
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</template> |
|
|
|
<script> |
|
|
|
import headInfo from '@/components/Head.vue'; |
|
|
|
@ -205,7 +202,6 @@ export default { |
|
|
|
onePagesList: [], |
|
|
|
openInfo: false, |
|
|
|
|
|
|
|
|
|
|
|
form: { |
|
|
|
name: "", |
|
|
|
jsType: "", |
|
|
|
@ -233,7 +229,6 @@ export default { |
|
|
|
this.getContentList(); |
|
|
|
}, |
|
|
|
getContentList() { |
|
|
|
console.log("djaksjdklajsdk") |
|
|
|
var data = { |
|
|
|
name: this.selectName, |
|
|
|
jsType: this.jsType, |
|
|
|
|