|
@@ -110,7 +110,7 @@
|
|
|
<el-row class="mb4">
|
|
|
<el-col :span="24">
|
|
|
<el-form-item label="常用名称" prop="name">
|
|
|
- <el-input style="width: 100%" v-model="usualForm.usualName" maxlength="50" popper-class="cpp-popper"/>
|
|
|
+ <el-input style="width: 100%" v-model="usualForm.usualName" maxlength="15" popper-class="cpp-popper"/>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
@@ -143,7 +143,7 @@
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
</div>
|
|
|
-
|
|
|
+ <!-- 策略选择弹窗 -->
|
|
|
<div class="dark-el-dialog">
|
|
|
<el-dialog :visible.sync="quickUseOpen" :before-close="cancelQuickUse" :close-on-click-modal="false"
|
|
|
style="height: calc(100% - 50px)">
|
|
@@ -186,7 +186,7 @@
|
|
|
</div>
|
|
|
<div id="currentSelectFunction" style="display: none;margin-top: 30px;margin-left: 24px;" class="reg-config flex items-center">
|
|
|
<div>当前选择策略:</div>
|
|
|
- <div style="width: 200px">
|
|
|
+ <div style="width: 215px">
|
|
|
{{ this.currentStrategy }}
|
|
|
</div>
|
|
|
<div>
|