jufubao-admin-library 1.1.206 → 1.1.208
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -131,6 +131,9 @@
|
|
|
131
131
|
<el-checkbox v-for="(item,index) in tagData" :label="item.value" :key="index">{{item.label}}</el-checkbox>
|
|
132
132
|
</el-checkbox-group>
|
|
133
133
|
</el-form-item>
|
|
134
|
+
<el-form-item prop="spider_url" label="产品来源地址">
|
|
135
|
+
<el-input v-model="setForm.spider_url" placeholder="请输入"></el-input>
|
|
136
|
+
</el-form-item>
|
|
134
137
|
<div v-if="setForm.skus.length">
|
|
135
138
|
<el-table :data="setForm.skus" style="width: 100%" border>
|
|
136
139
|
<el-table-column prop="product_sku_name" label="规格名称" width="120"></el-table-column>
|
|
@@ -141,9 +144,6 @@
|
|
|
141
144
|
</el-table-column>
|
|
142
145
|
</el-table>
|
|
143
146
|
</div>
|
|
144
|
-
<el-form-item v-else prop="spider_url" label="产品来源地址">
|
|
145
|
-
<el-input v-model="setForm.spider_url" placeholder="请输入"></el-input>
|
|
146
|
-
</el-form-item>
|
|
147
147
|
|
|
148
148
|
</el-form>
|
|
149
149
|
</xd-dialog>
|
|
@@ -256,16 +256,26 @@ module.exports = {
|
|
|
256
256
|
role: '',
|
|
257
257
|
method:'put'
|
|
258
258
|
},
|
|
259
|
-
// #ifdef saas-admin
|
|
259
|
+
// #ifdef saas-admin
|
|
260
260
|
{
|
|
261
261
|
title: '健步走:地图 - 修改点位周期限制',
|
|
262
262
|
mapFn: "walkingPointPeriodLimit",
|
|
263
|
-
// #ifdef saas-admin
|
|
264
263
|
path: '/saas-app-company/v1/walking/x_map/point-period-limit/:id',
|
|
265
|
-
|
|
266
|
-
|
|
264
|
+
isRule: false,
|
|
265
|
+
data: {
|
|
266
|
+
id: ['点位ID', 'string', '必填'],
|
|
267
|
+
point_period_limit: ['点位周期限制', 'string', '必填'],
|
|
268
|
+
},
|
|
269
|
+
disabled: true,
|
|
270
|
+
role: '',
|
|
271
|
+
method: 'put'
|
|
272
|
+
},
|
|
273
|
+
// #endif
|
|
274
|
+
// #ifdef sms-walking
|
|
275
|
+
{
|
|
276
|
+
title: '健步走:地图 - 修改点位周期限制',
|
|
277
|
+
mapFn: "walkingPointPeriodLimit",
|
|
267
278
|
path: '/saas-app-partner/v1/walking/x_map/point-period-limit/:id',
|
|
268
|
-
// #endif
|
|
269
279
|
isRule: false,
|
|
270
280
|
data: {
|
|
271
281
|
id: ['点位ID', 'string', '必填'],
|