|
|
|
|
@ -354,6 +354,11 @@ onBeforeMount( |
|
|
|
|
<el-col :span="4" v-if="compareSwitch==='template'"> |
|
|
|
|
<el-text>模板日期:{{ templateDate }}</el-text> |
|
|
|
|
</el-col> |
|
|
|
|
</el-row> |
|
|
|
|
<el-row style="margin: 10px 0 20px 0" align="middle"> |
|
|
|
|
<el-col :span="2"> |
|
|
|
|
<el-button type="primary" @click="dialogFormVisible = true" :disabled="testLoading" :loading="testLoading">{{testButton}}</el-button> |
|
|
|
|
</el-col> |
|
|
|
|
<el-col :span="3" v-if="compareSwitch==='new'" align="right"> |
|
|
|
|
<el-text>手动测试数据:</el-text> |
|
|
|
|
</el-col> |
|
|
|
|
@ -369,11 +374,6 @@ onBeforeMount( |
|
|
|
|
</el-select> |
|
|
|
|
</el-col> |
|
|
|
|
</el-row> |
|
|
|
|
<el-row style="margin: 10px 0 20px 0" align="middle"> |
|
|
|
|
<el-col :span="2"> |
|
|
|
|
<el-button type="primary" @click="dialogFormVisible = true" :disabled="testLoading" :loading="testLoading">{{testButton}}</el-button> |
|
|
|
|
</el-col> |
|
|
|
|
</el-row> |
|
|
|
|
<el-dialog v-model="dialogFormVisible" title="测试提示词" width="800" style="max-height: 800px"> |
|
|
|
|
<el-form :model="form"> |
|
|
|
|
<el-form-item label="目标日期" :label-width="formLabelWidth"> |
|
|
|
|
|