Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
wanglei
2021-12-08 10:01:17 +08:00

View File

@@ -52,7 +52,7 @@
</div> </div>
<h3>发布</h3> <h3>发布</h3>
</div> </div>
<div class="operate-item" @click="toStop" v-if="info.status === '1'"> <div class="operate-item" @click="isShowModal = true" v-if="info.status === '1'">
<div> <div>
<image :src="`${$cdn}askform/stop.png`"/> <image :src="`${$cdn}askform/stop.png`"/>
</div> </div>
@@ -80,6 +80,7 @@
<div class="popup-btn" @click="isShow = false">关闭</div> <div class="popup-btn" @click="isShow = false">关闭</div>
</div> </div>
</u-popup> </u-popup>
<u-modal v-model="isShowModal" show-cancel-button content="确定停止该表单?" @confirm="toStop"></u-modal>
</div> </div>
</template> </template>
@@ -100,6 +101,7 @@ export default {
templateType: 0, templateType: 0,
title: '' title: ''
}, },
isShowModal: false,
value: '', value: '',
id: '', id: '',
info: {}, info: {},