|
@@ -88,7 +88,7 @@
|
|
</el-select>
|
|
</el-select>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
|
|
|
- <el-form-item class="pull-right">
|
|
|
|
|
|
+ <el-form-item style="padding-left: 60px">
|
|
<el-button
|
|
<el-button
|
|
size="small"
|
|
size="small"
|
|
type="primary"
|
|
type="primary"
|
|
@@ -116,7 +116,6 @@
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<el-button
|
|
<el-button
|
|
size="mini"
|
|
size="mini"
|
|
- type="primary"
|
|
|
|
icon="el-icon-view"
|
|
icon="el-icon-view"
|
|
@click="gotoProjectStatistic(scope.row);"
|
|
@click="gotoProjectStatistic(scope.row);"
|
|
>查看
|
|
>查看
|
|
@@ -128,7 +127,6 @@
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<el-button
|
|
<el-button
|
|
size="mini"
|
|
size="mini"
|
|
- type="primary"
|
|
|
|
icon="el-icon-menu"
|
|
icon="el-icon-menu"
|
|
@click="openProjectSettingDialog(scope.row);"
|
|
@click="openProjectSettingDialog(scope.row);"
|
|
:disabled="!hasPermit"
|
|
:disabled="!hasPermit"
|
|
@@ -322,12 +320,12 @@
|
|
</el-row>
|
|
</el-row>
|
|
</el-form>
|
|
</el-form>
|
|
|
|
|
|
- <span slot="footer" class="dialog-footer" style="text-align: center">
|
|
|
|
|
|
+ <div style="text-align: center">
|
|
<el-button type="primary" @click="editProjectSetting"
|
|
<el-button type="primary" @click="editProjectSetting"
|
|
>确 定
|
|
>确 定
|
|
</el-button>
|
|
</el-button>
|
|
<el-button @click="closeProjectSettingDialog">取 消</el-button>
|
|
<el-button @click="closeProjectSettingDialog">取 消</el-button>
|
|
- </span>
|
|
|
|
|
|
+ </div>
|
|
</el-dialog>
|
|
</el-dialog>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</section>
|